diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:03 +0000 |
commit | 35c5e69f16ff1c3dd859ad2ae83f9408a5b0c4e2 (patch) | |
tree | 7087d5d9659b0f1aa0be46699c7f88ba1c6ef887 /debian/local | |
parent | user.js: Enabling to clear site settings by default on manual clear. (diff) | |
download | firefox-35c5e69f16ff1c3dd859ad2ae83f9408a5b0c4e2.tar.xz firefox-35c5e69f16ff1c3dd859ad2ae83f9408a5b0c4e2.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 ef9c43a2e2..d906e5b287 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -646,7 +646,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 4500]: RFP (RESIST FINGERPRINTING) RFP covers a wide range of ongoing fingerprinting solutions. |