summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
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 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+)