diff options
author | Jesús <heckyel@hyperbola.info> | 2020-08-13 12:42:25 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-08-13 12:42:25 -0500 |
commit | 718898c5a1cb599e5e3cf4995617a540b310dc44 (patch) | |
tree | 06ae09e3b30317ebccfef04573a74942c548a7cf /js/background.js | |
parent | feb70af6a0d0b1a357769a60e79608a2a60eb050 (diff) | |
download | ematrix-718898c5a1cb599e5e3cf4995617a540b310dc44.tar.lz ematrix-718898c5a1cb599e5e3cf4995617a540b310dc44.tar.xz ematrix-718898c5a1cb599e5e3cf4995617a540b310dc44.zip |
Actually remove stale filters
Diffstat (limited to 'js/background.js')
-rw-r--r-- | js/background.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/background.js b/js/background.js index 842900a..889decd 100644 --- a/js/background.js +++ b/js/background.js @@ -175,6 +175,7 @@ var ηMatrix = (function () { processReferer: false, disableUpdateIcon: false, resolveCname: false, + assetsVersion: 1, }, rawSettingsDefault: rawSettingsDefault, |