mirror of https://github.com/gorhill/uBlock.git
Enable cloud storage compression by default in next release
Related commit:
- d8b6b31eca
This commit is contained in:
parent
f192d99ce5
commit
eb8433cb19
|
@ -47,7 +47,7 @@ const µBlock = (( ) => { // jshint ignore:line
|
|||
cacheStorageAPI: 'unset',
|
||||
cacheStorageCompression: true,
|
||||
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
|
||||
cloudStorageCompression: false,
|
||||
cloudStorageCompression: true,
|
||||
cnameIgnoreList: 'unset',
|
||||
cnameIgnore1stParty: true,
|
||||
cnameIgnoreExceptions: true,
|
||||
|
|
Loading…
Reference in New Issue