summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:03 +0000
commit7641b03f607801b733526abc44ab96608d2015b5 (patch)
tree5691b4bb6cbfd9a1938767902cf10630f81b1fd8 /debian
parentuser.js: Disabling urlbar engine suggestions. (diff)
downloadfirefox-esr-7641b03f607801b733526abc44ab96608d2015b5.tar.xz
firefox-esr-7641b03f607801b733526abc44ab96608d2015b5.zip
user.js: Reverting to default disk cache behaviour.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index b79a1a49d0..22e8dda9ff 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -362,18 +362,6 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
/*** [SECTION 1000]: DISK AVOIDANCE ***/
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
-/* 1001: disable disk cache
- * [SETUP-CHROME] If you think disk cache helps perf, then feel free to override this
- * [NOTE] We also clear cache on exit (2811) ***/
-user_pref("browser.cache.disk.enable", false);
-/* 1002: disable media cache from writing to disk in Private Browsing
- * [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
-user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
-user_pref("media.memory_cache_max_size", 65536);
-/* 1003: disable storing extra session data [SETUP-CHROME]
- * define on which sites to save extra session data such as form content, cookies and POST data
- * 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
-user_pref("browser.sessionstore.privacy_level", 2);
/* 1005: disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS]
* [1] https://bugzilla.mozilla.org/603903 ***/
user_pref("toolkit.winRegisterApplicationRestart", false);