summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:40 +0000
commita9f963f21ad86ed058a212a0ea51af76a0915287 (patch)
treeeb85b8b875828173f625ec31e62a255dbbfccd95
parentuser.js: Enabling to clear site settings by default on manual clear. (diff)
downloadfirefox-a9f963f21ad86ed058a212a0ea51af76a0915287.tar.xz
firefox-a9f963f21ad86ed058a212a0ea51af76a0915287.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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 4f51b9d211..89b9e11cbb 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -638,7 +638,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 4000]: FPP (fingerprintingProtection)
RFP (4501) overrides FPP