mirror of https://github.com/gorhill/uBlock.git
enable cache storage compression by default
This commit is contained in:
parent
4149f5582d
commit
b7c4ee0c45
|
@ -42,7 +42,7 @@ var µBlock = (function() { // jshint ignore:line
|
||||||
assetFetchTimeout: 30,
|
assetFetchTimeout: 30,
|
||||||
autoUpdateAssetFetchPeriod: 120,
|
autoUpdateAssetFetchPeriod: 120,
|
||||||
autoUpdatePeriod: 7,
|
autoUpdatePeriod: 7,
|
||||||
cacheStorageCompression: false,
|
cacheStorageCompression: true,
|
||||||
debugScriptlets: false,
|
debugScriptlets: false,
|
||||||
ignoreRedirectFilters: false,
|
ignoreRedirectFilters: false,
|
||||||
ignoreScriptInjectFilters: false,
|
ignoreScriptInjectFilters: false,
|
||||||
|
|
Loading…
Reference in New Issue