From d585e5ef219dc93926a15b658eb43df50cc08995 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 8 Dec 2018 03:47:15 +0000 Subject: [PATCH] 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 --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index 6b63435..fa370e5 100644 --- a/user.js +++ b/user.js @@ -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,