diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:09:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:09:06 +0000 |
commit | 8accdfffae8867dc1ccab66469c3d3f5f1519b28 (patch) | |
tree | 54cdf43bf788e2560e8595f3e30e2a1ba254377b /debian/local | |
parent | user.js: Disabling to clear items on shutdown. (diff) | |
download | firefox-8accdfffae8867dc1ccab66469c3d3f5f1519b28.tar.xz firefox-8accdfffae8867dc1ccab66469c3d3f5f1519b28.zip |
user.js: Enabling to clear site settings by default on manual clear.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index a37c11bcda..3fb5409e2c 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1213,7 +1213,7 @@ user_pref("privacy.cpd.history", true); // Browsing & Download History user_pref("privacy.cpd.offlineApps", true); // Offline Website Data user_pref("privacy.cpd.passwords", false); // this is not listed user_pref("privacy.cpd.sessions", true); // Active Logins -user_pref("privacy.cpd.siteSettings", false); // Site Preferences +user_pref("privacy.cpd.siteSettings", true); // Site Preferences /* 2805: clear Session Restore data when sanitizing on shutdown or manually [FF34+] * [NOTE] Not needed if Session Restore is not used (see 0102) or is already cleared with history (see 2803) * [NOTE] privacy.clearOnShutdown.openWindows prevents resuming from crashes (see 1022) |