From b7e4e240a3190dea03dd8f23ede13832ab275236 Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 29 Sep 2020 10:32:53 -0400 Subject: [PATCH] Update 'user.js (less connections)' --- user.js (less connections) | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.