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',
|
cacheStorageAPI: 'unset',
|
||||||
cacheStorageCompression: true,
|
cacheStorageCompression: true,
|
||||||
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
|
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
|
||||||
cloudStorageCompression: false,
|
cloudStorageCompression: true,
|
||||||
cnameIgnoreList: 'unset',
|
cnameIgnoreList: 'unset',
|
||||||
cnameIgnore1stParty: true,
|
cnameIgnore1stParty: true,
|
||||||
cnameIgnoreExceptions: true,
|
cnameIgnoreExceptions: true,
|
||||||
|
|
Loading…
Reference in New Issue