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:
Raymond Hill 2025-03-14 10:47:14 -04:00
parent 68962453ff
commit 34cea70924
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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,