From eb22ab8b3871cf53596f3a730ed98fe11867f9f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:54:13 +0200 Subject: user.js: Setting default timespan to 'last hour' for manual clear. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/local/pref/user.js') diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index dc87f2ceeb..3c3b3b0861 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -628,7 +628,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. -- cgit v1.2.3