diff --git a/user.js (less connections) b/user.js (less connections) index ecafa5f..956f5db 100644 --- a/user.js (less connections) +++ b/user.js (less connections) @@ -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.