summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:29 +0000
commit442e2a6df479ab24662d677cf531c425e6af0a4a (patch)
treed4b7b1b3ee1d81e98c45e051eaff878516fe728a /debian
parentuser.js: Enabling to clear site settings by default on manual clear. (diff)
downloadfirefox-442e2a6df479ab24662d677cf531c425e6af0a4a.tar.xz
firefox-442e2a6df479ab24662d677cf531c425e6af0a4a.zip
user.js: Setting default timespan to 'last hour' for 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 31a19905f9..c6985fd510 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -612,7 +612,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