diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:08:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:08:47 +0000 |
commit | da8d2fd1a3215b1ca73a820bafa51f999bf432e7 (patch) | |
tree | b959f1f51efb0f3ec154ef3dfd38b53faa1a29ee /debian | |
parent | user.js: Enabling system extensions. (diff) | |
download | firefox-da8d2fd1a3215b1ca73a820bafa51f999bf432e7.tar.xz firefox-da8d2fd1a3215b1ca73a820bafa51f999bf432e7.zip |
user.js: Disabling to clear items on shutdown.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/pref/user.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 6174ea7d29..a37c11bcda 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1200,23 +1200,6 @@ user_pref("dom.storage.next_gen", true); Firefox interface as "Browsing & Download History" and their values will be synced ***/ user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!"); -/* 2802: enable Firefox to clear items on shutdown (see 2803) - * [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes ***/ -user_pref("privacy.sanitize.sanitizeOnShutdown", true); -/* 2803: set what items to clear on shutdown (if 2802 is true) [SETUP-CHROME] - * [NOTE] If 'history' is true, downloads will also be cleared regardless of the value - * but if 'history' is false, downloads can still be cleared independently - * However, this may not always be the case. The interface combines and syncs these - * prefs when set from there, and the sanitize code may change at any time - * [SETTING] Privacy & Security>History>Custom Settings>Clear history when Firefox closes>Settings ***/ -user_pref("privacy.clearOnShutdown.cache", true); -user_pref("privacy.clearOnShutdown.cookies", true); -user_pref("privacy.clearOnShutdown.downloads", true); // see note above -user_pref("privacy.clearOnShutdown.formdata", true); // Form & Search History -user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History -user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data -user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins -user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences /* 2804: reset default items to clear with Ctrl-Shift-Del (to match 2803) [SETUP-CHROME] * This dialog can also be accessed from the menu History>Clear Recent History * Firefox remembers your last choices. This will reset them when you start Firefox. |