forked from d3cim/mobile_user.js
Update 'user.js (less connections)'
This commit is contained in:
parent
5278cc1603
commit
b7e4e240a3
|
@ -2293,7 +2293,7 @@ user_pref("browser.cache.offline.capacity", 0);
|
|||
// Pref : Disable service workers cache and cache storage
|
||||
// [NOTE] Service worker cache are cleared on exit
|
||||
// https://w3c.github.io/ServiceWorker/#privacy
|
||||
// user_pref("dom.caches.enabled", false);
|
||||
user_pref("dom.caches.enabled", false);
|
||||
// -------------------------------------
|
||||
// Pref : Disable Storage API
|
||||
// The API gives sites the ability to find out how much space they can use, how much they are already using, and even control whether or not they need to be alerted before the user agent disposes of site data in order to make room for other things.
|
||||
|
|
Loading…
Reference in New Issue