diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:00 +0000 |
commit | 885142083c19b916451b07be97983aab9b31a72a (patch) | |
tree | 5e78e492f75b1b4783652f0f52e7d1c09c335479 /debian/local | |
parent | user.js: Enabling to clear cookies by default on manual clear. (diff) | |
download | firefox-885142083c19b916451b07be97983aab9b31a72a.tar.xz firefox-885142083c19b916451b07be97983aab9b31a72a.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 dcd03b888f..ef9c43a2e2 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -640,7 +640,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 |