diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:38 +0000 |
commit | b4d4cfbfbc53cdcaf37c82510890fe1c1c455e89 (patch) | |
tree | 345d8f2d41641dd312293f78f3b2307e84a99d85 | |
parent | user.js: Enabling to clear cookies by default on manual clear. (diff) | |
download | firefox-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>
-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 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 ***/ |