user.js

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

commit 19484e1a56a73b6c05d4aa7ecd9acdaf26f0baa5
parent 755ebf88fb99d2e42b4cb2f488d99dd7eec6d796
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  1 Sep 2019 14:47:17 +0000

2805: see #774
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1340,9 +1340,9 @@ user_pref("privacy.cpd.offlineApps", true); // Offline Website Data user_pref("privacy.cpd.passwords", false); // this is not listed user_pref("privacy.cpd.sessions", true); // Active Logins user_pref("privacy.cpd.siteSettings", false); // Site Preferences -/* 2805: privacy.*.openWindows (clear session restore data) [FF34+] - * [NOTE] There is a years-old bug that these cause two windows when Firefox restarts. - * You do not need these anyway if session restore is cleared with history (see 2803) ***/ +/* 2805: clear Session Restore data when sanitizing on shutdown or manually [FF34+] + * [NOTE] Not needed if Session Restore is not used (see 0102) or is already cleared with history (see 2803) + * [NOTE] privacy.cpd.openWindows has a bug that causes an additional window to open ***/ // user_pref("privacy.clearOnShutdown.openWindows", true); // user_pref("privacy.cpd.openWindows", true); /* 2806: reset default 'Time range to clear' for 'Clear Recent History' (see 2804)