diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:09:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 15:09:34 +0000 |
commit | 3083920a2968fbb476967a8a65ee1059e79d41c7 (patch) | |
tree | a628ff05802bb543e2e7fff8e8d78fa724c2e6d8 /debian/local | |
parent | user.js: Enabling to clear site settings by default on manual clear. (diff) | |
download | firefox-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>
Diffstat (limited to 'debian/local')
-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 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+) |