diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:11 +0000 |
commit | b516b86f4fdb9e1b4b9b77e5adc291768cbbd272 (patch) | |
tree | d14395ca05c660bd41751c4644327ffdc4b82fde /debian/local | |
parent | user.js: Disabling to clear items on shutdown. (diff) | |
download | firefox-esr-b516b86f4fdb9e1b4b9b77e5adc291768cbbd272.tar.xz firefox-esr-b516b86f4fdb9e1b4b9b77e5adc291768cbbd272.zip |
user.js: Enabling to clear cookies 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 ca4cd0cb61..66896bb268 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -618,7 +618,7 @@ user_pref("privacy.cpd.formdata", true); // [DEFAULT: true] user_pref("privacy.cpd.history", true); // [DEFAULT: true] user_pref("privacy.cpd.sessions", true); // [DEFAULT: true] user_pref("privacy.cpd.offlineApps", false); // [DEFAULT: false] -user_pref("privacy.cpd.cookies", false); +user_pref("privacy.cpd.cookies", true); // user_pref("privacy.cpd.downloads", true); // not used, see note above // user_pref("privacy.cpd.openWindows", false); // Session Restore // user_pref("privacy.cpd.passwords", false); |