summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:09:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:09:34 +0000
commit3083920a2968fbb476967a8a65ee1059e79d41c7 (patch)
treea628ff05802bb543e2e7fff8e8d78fa724c2e6d8
parentuser.js: Enabling to clear site settings by default on manual clear. (diff)
downloadfirefox-3083920a2968fbb476967a8a65ee1059e79d41c7.tar.xz
firefox-3083920a2968fbb476967a8a65ee1059e79d41c7.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 3fb5409e2c..eeded720b6 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1226,7 +1226,7 @@ user_pref("privacy.cpd.siteSettings", true); // Site Preferences
* 4=today, 5=last five minutes, 6=last twenty-four hours
* [NOTE] The values 5 + 6 are not listed in the dropdown, which will display a
* blank value if they are used, but they do work as advertised ***/
-user_pref("privacy.sanitize.timeSpan", 0);
+user_pref("privacy.sanitize.timeSpan", 1);
/*** [SECTION 4000]: FPI (FIRST PARTY ISOLATION)
1278037 - indexedDB (FF51+)