Skip to content

Commit eb8433c

Browse files
committed
Enable cloud storage compression by default in next release
Related commit: - d8b6b31
1 parent f192d99 commit eb8433c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const µBlock = (( ) => { // jshint ignore:line
4747
cacheStorageAPI: 'unset',
4848
cacheStorageCompression: true,
4949
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
50-
cloudStorageCompression: false,
50+
cloudStorageCompression: true,
5151
cnameIgnoreList: 'unset',
5252
cnameIgnore1stParty: true,
5353
cnameIgnoreExceptions: true,

0 commit comments

Comments
 (0)