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,
|
||||
autoUpdateAssetFetchPeriod: 120,
|
||||
autoUpdatePeriod: 7,
|
||||
cacheStorageCompression: false,
|
||||
cacheStorageCompression: true,
|
||||
debugScriptlets: false,
|
||||
ignoreRedirectFilters: false,
|
||||
ignoreScriptInjectFilters: false,
|
||||
|
|
Loading…
Reference in New Issue