diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:25:48 +0000 |
commit | 58256cd15a188afa1562f86e246b57edebfad29b (patch) | |
tree | 3302568b058ece3dff6a02808d898632c99da9ac | |
parent | user.js: Enabling to clear site settings by default on manual clear. (diff) | |
download | firefox-esr-58256cd15a188afa1562f86e246b57edebfad29b.tar.xz firefox-esr-58256cd15a188afa1562f86e246b57edebfad29b.zip |
user.js: Setting default timespan to 'last hour' for 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 dc87f2ceeb..3c3b3b0861 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -628,7 +628,7 @@ user_pref("privacy.cpd.siteSettings", true); * 0=everything, 1=last hour, 2=last two hours, 3=last four hours, 4=today * [NOTE] Values 5 (last 5 minutes) and 6 (last 24 hours) are not listed in the dropdown, * which will display a blank value, and are not guaranteed to work ***/ -user_pref("privacy.sanitize.timeSpan", 0); +user_pref("privacy.sanitize.timeSpan", 1); /*** [SECTION 4500]: RFP (RESIST FINGERPRINTING) RFP covers a wide range of ongoing fingerprinting solutions. |