2805: privacy.*.openWindows FF versions

What a F to track down. anyway:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1069300
- says fixed in FF33, but I guess landed in 34 (that happens a lot). No idea where I got FF34 for the current info, but I'll stick with it. And yes, they were added at the same time
This commit is contained in:
Thorin-Oakenpants 2018-12-08 03:47:15 +00:00 committed by GitHub
parent 212311e9ff
commit d585e5ef21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1500,11 +1500,11 @@ 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+]
/* 2805: privacy.*.openWindows (clear session restore data)
* [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) ***/
// user_pref("privacy.clearOnShutdown.openWindows", true);
// user_pref("privacy.cpd.openWindows", true);
// user_pref("privacy.clearOnShutdown.openWindows", true); // [FF34+]
// user_pref("privacy.cpd.openWindows", true); // [FF34+]
/* 2806: reset default 'Time range to clear' for 'Clear Recent History' (see 2804)
* Firefox remembers your last choice. This will reset the value when you start Firefox.
* 0=everything, 1=last hour, 2=last two hours, 3=last four hours,