mirror of
https://github.com/arkenfox/user.js.git
synced 2025-06-03 01:07:09 +02:00
Update user.js
This commit is contained in:
parent
26d4768447
commit
6e7b985dbe
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1252,7 +1252,7 @@ user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
|||
* You are better off using an extension for more granular control ***/
|
||||
// user_pref("dom.storage.enabled", false);
|
||||
/* 2730: disable offline cache ***/
|
||||
user_pref("browser.cache.offline.enable", false);
|
||||
user_pref("browser.cache.offline.enable", true);
|
||||
/* 2740: disable service worker cache and cache storage
|
||||
* [NOTE] We clear service worker cache on exiting Firefox (see 2803)
|
||||
* [1] https://w3c.github.io/ServiceWorker/#privacy ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue