mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Disable obsolete cache-control workaround for Firefox
Related issue: https://github.com/uBlockOrigin/uBlock-issues/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.
This commit is contained in:
parent
68962453ff
commit
34cea70924
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ const hiddenSettingsDefault = {
|
|||
cacheStorageCompression: true,
|
||||
cacheStorageCompressionThreshold: 65536,
|
||||
cacheStorageMultithread: 2,
|
||||
cacheControlForFirefox1376932: 'no-cache, no-store, must-revalidate',
|
||||
cacheControlForFirefox1376932: 'unset',
|
||||
cloudStorageCompression: true,
|
||||
cnameIgnoreList: 'unset',
|
||||
cnameIgnore1stParty: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue