summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:59:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:59:13 +0000
commitd44e20d35a36b0d7c4b9c6c94f8eaf55c18e63d9 (patch)
tree9a27eb47b20145a42e6bb77d746e1f0d6a41e7f1 /debian/local/pref/user.js
parentuser.js: Disabling urlbar engine suggestions. (diff)
downloadfirefox-d44e20d35a36b0d7c4b9c6c94f8eaf55c18e63d9.tar.xz
firefox-d44e20d35a36b0d7c4b9c6c94f8eaf55c18e63d9.zip
user.js: Reverting to default disk cache behaviour.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/pref/user.js')
-rw-r--r--debian/local/pref/user.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 3fe2784899..9f308dbfee 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -549,34 +549,9 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
[5] https://github.com/arkenfox/user.js/wiki/4.2.4-Header-Editor
***/
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
-/** CACHE ***/
-/* 1001: disable disk cache
- * [SETUP-PERF] If you think disk cache may help (heavy tab user, high-res video),
- * or you use a hardened Temporary Containers, then feel free to override this
- * [NOTE] We also clear cache on exiting Firefox (see 2803) ***/
-user_pref("browser.cache.disk.enable", false);
-/* 1003: disable memory cache
- * capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kibibytes ***/
- // user_pref("browser.cache.memory.enable", false);
- // user_pref("browser.cache.memory.capacity", 0);
-/* 1006: disable permissions manager from writing to disk [RESTART]
- * [NOTE] This means any permission changes are session only
- * [1] https://bugzilla.mozilla.org/967812 ***/
- // user_pref("permissions.memory_only", true); // [HIDDEN PREF]
-/* 1007: disable media cache from writing to disk in Private Browsing
- * [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB
- * [SETUP-WEB] ESR78: playback might break on subsequent loading (1650281) ***/
-user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
-user_pref("media.memory_cache_max_size", 65536);
-
/** SESSIONS & SESSION RESTORE ***/
/* 1020: exclude "Undo Closed Tabs" in Session Restore ***/
// user_pref("browser.sessionstore.max_tabs_undo", 0);
-/* 1021: disable storing extra session data [SETUP-CHROME]
- * extra session data contains contents of forms, scrollbar positions, cookies and POST data
- * define on which sites to save extra session data:
- * 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
-user_pref("browser.sessionstore.privacy_level", 2);
/* 1022: disable resuming session from crash ***/
// user_pref("browser.sessionstore.resume_from_crash", false);
/* 1023: set the minimum interval between session save operations