Skip to content

Commit

Permalink
Enable cloud storage compression by default in next release
Browse files Browse the repository at this point in the history
Related commit:
- d8b6b31
  • Loading branch information
gorhill committed Nov 13, 2020
1 parent f192d99 commit eb8433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb8433c

Please sign in to comment.