Update 'user.js (less connections)'

This commit is contained in:
Narsil 2020-09-29 10:32:53 -04:00
parent 5278cc1603
commit b7e4e240a3
1 changed files with 1 additions and 1 deletions

View File

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