mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-20 23:57:09 +02:00
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:
parent
212311e9ff
commit
d585e5ef21
1 changed files with 3 additions and 3 deletions
6
user.js
6
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.passwords", false); // this is not listed
|
||||||
user_pref("privacy.cpd.sessions", true); // Active Logins
|
user_pref("privacy.cpd.sessions", true); // Active Logins
|
||||||
user_pref("privacy.cpd.siteSettings", false); // Site Preferences
|
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.
|
* [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) ***/
|
* You do not need these anyway if session restore is cleared with history (see 2803) ***/
|
||||||
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
// user_pref("privacy.clearOnShutdown.openWindows", true); // [FF34+]
|
||||||
// user_pref("privacy.cpd.openWindows", true);
|
// user_pref("privacy.cpd.openWindows", true); // [FF34+]
|
||||||
/* 2806: reset default 'Time range to clear' for 'Clear Recent History' (see 2804)
|
/* 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.
|
* 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,
|
* 0=everything, 1=last hour, 2=last two hours, 3=last four hours,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue