diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:28 +0000 |
commit | 00a8236fc7fc4a132552b15de1300c87ebd2afa1 (patch) | |
tree | 3ee25de4c3ab13fac09602b7201af78aaada1f20 | |
parent | user.js: Enabling to clear cookies by default on manual clear. (diff) | |
download | firefox-00a8236fc7fc4a132552b15de1300c87ebd2afa1.tar.xz firefox-00a8236fc7fc4a132552b15de1300c87ebd2afa1.zip |
user.js: Enabling to clear site settings by default on manual clear.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 f81383faf0..31a19905f9 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -606,7 +606,7 @@ 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); - // user_pref("privacy.cpd.siteSettings", false); +user_pref("privacy.cpd.siteSettings", true); /* 2822: reset default "Time range to clear" for "Clear Recent History" (2820) * Firefox remembers your last choice. This will reset the value when you start Firefox * 0=everything, 1=last hour, 2=last two hours, 3=last four hours, 4=today |