Skip to content

Commit 34cea70

Browse files
committed
Disable obsolete cache-control workaround for Firefox
Related issue: uBlockOrigin/uBlock-issues#3576 This is the first step, a trivial code change which disable the injection of `Cache-Control` header in Firefox. In the next dev cycle, the second step will be to remove all the code related to `Cache-Control` injection.
1 parent 6896245 commit 34cea70

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
@@ -53,7 +53,7 @@ const hiddenSettingsDefault = {
5353
cacheStorageCompression: true,
5454
cacheStorageCompressionThreshold: 65536,
5555
cacheStorageMultithread: 2,
56-
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
56+
cacheControlForFirefox1376932: 'unset',
5757
cloudStorageCompression: true,
5858
cnameIgnoreList: 'unset',
5959
cnameIgnore1stParty: true,

0 commit comments

Comments
 (0)