mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1004185 - Temporarily turn HTTP cache v2 on for Firefox Desktop users, round 2, r=jduell
This commit is contained in:
parent
729ad40cb1
commit
bbf5d32307
@ -1541,3 +1541,7 @@ pref("experiments.manifest.certs.1.commonName", "*.cdn.mozilla.net");
|
||||
pref("experiments.manifest.certs.1.issuerName", "CN=Cybertrust Public SureServer SV CA,O=Cybertrust Inc");
|
||||
// Whether experiments are supported by the current application profile.
|
||||
pref("experiments.supported", true);
|
||||
|
||||
|
||||
// Temporarily turn the new http cache v2 on for Desktop Firefox only
|
||||
pref("browser.cache.use_new_backend_temp", true);
|
||||
|
Loading…
Reference in New Issue
Block a user