From 33a5b12034e2c55745c6cde7531aa90c1420792f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 24 Jul 2024 09:08:20 +0100 Subject: [LW] Migrate overrides to FF128 --- firefox/user-overrides.js | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/firefox/user-overrides.js b/firefox/user-overrides.js index 002c84b..514bcb9 100644 --- a/firefox/user-overrides.js +++ b/firefox/user-overrides.js @@ -1,8 +1,9 @@ /* override recipe: enable session restore ***/ user_pref("browser.startup.page", 3); // 0102 -user_pref("browser.sessionstore.privacy_level", 0); // 1003 optional to restore cookies/formdata -user_pref("privacy.clearOnShutdown.history", false); // 2811 -user_pref("privacy.cpd.history", false); // 2820 optional to match when you use Ctrl-Shift-Del + // user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true + // user_pref("browser.sessionstore.privacy_level", 0); // 1003 optional to restore cookies/formdata +user_pref("privacy.clearOnShutdown.history", false); // 2811 FF127 or lower +user_pref("privacy.clearOnShutdown_v2.historyFormDataAndDownloads", false); // 2811 FF128+ /* 1601: control when to send a cross-origin referer * 0=always (default), 1=only if base domains match, 2=only if hosts match @@ -10,15 +11,6 @@ user_pref("privacy.cpd.history", false); // 2820 optional to match when you use * If "2" is too strict, then override to "0" and use Smart Referer extension (Strict mode + add exceptions) ***/ user_pref("network.http.referer.XOriginPolicy", 0); -/** SANITIZE ON SHUTDOWN: IGNORES "ALLOW" SITE EXCEPTIONS ***/ -/* 2811: set/enforce what items to clear on shutdown (if 2810 is true) [SETUP-CHROME] - * [NOTE] If "history" is true, downloads will also be cleared - * [NOTE] "sessions": Active Logins: refers to HTTP Basic Authentication [1], not logins via cookies - * [1] https://en.wikipedia.org/wiki/Basic_access_authentication ***/ -user_pref("privacy.clearOnShutdown.downloads", false); // [DEFAULT: true] -user_pref("privacy.clearOnShutdown.history", false); // [DEFAULT: true] -user_pref("privacy.clearOnShutdown.sessions", false); // [DEFAULT: true] - /* 0801: disable location bar using search * Don't leak URL typos to a search engine, give an error message instead * Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com" -- cgit v1.2.3-70-g09d2