summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:38 +0000
commitb4d4cfbfbc53cdcaf37c82510890fe1c1c455e89 (patch)
tree345d8f2d41641dd312293f78f3b2307e84a99d85 /debian
parentuser.js: Enabling to clear cookies by default on manual clear. (diff)
downloadfirefox-b4d4cfbfbc53cdcaf37c82510890fe1c1c455e89.tar.xz
firefox-b4d4cfbfbc53cdcaf37c82510890fe1c1c455e89.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')
-rw-r--r--debian/local/pref/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 7b9cd60f92..4f51b9d211 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -629,7 +629,7 @@ user_pref("privacy.cpd.offlineApps", false); // [DEFAULT: false]
user_pref("privacy.clearHistory.cookiesAndStorage", false);
// 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);
// user_pref("privacy.clearHistory.siteSettings", false);
/** SANITIZE MANUAL: TIMERANGE ***/