user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7fa0025bafd968b7dbc5fd0db5b36e3bd7cfd2f1
parent 80ac9dfa1f916f0db80d7b10faa998e6c6b9cf23
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 19 Sep 2017 05:22:25 +1200

2804: clarify Clear Recent History #237
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1489,8 +1489,9 @@ user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download Histo user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences -/* 2804: set what history items to clear with Ctrl-Shift-Del (to match above) +/* 2804: reset default history items to clear with Ctrl-Shift-Del (to match above) * This dialog can also be accessed from the menu History>Clear Recent History + * Firefox remembers your last choices. This will reset them when you start Firefox. * [NOTE] Regardless of what you set privacy.cpd.downloads to, as soon as the dialog * for "Clear Recent History" is opened, it is synced to the same as 'history' ***/ user_pref("privacy.cpd.cache", true);