fixup missing 1022 reference
This commit is contained in:
parent
a1b4aa6000
commit
283bfd744a
2
user.js
2
user.js
@ -935,7 +935,7 @@ 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: clear Session Restore data when sanitizing on shutdown or manually [FF34+]
|
/* 2805: clear Session Restore data when sanitizing on shutdown or manually [FF34+]
|
||||||
* [NOTE] Not needed if Session Restore is not used (0102) or is already cleared with history (2803)
|
* [NOTE] Not needed if Session Restore is not used (0102) or is already cleared with history (2803)
|
||||||
* [NOTE] privacy.clearOnShutdown.openWindows prevents resuming from crashes (1022)
|
* [NOTE] privacy.clearOnShutdown.openWindows prevents resuming from crashes (also see 5008)
|
||||||
* [NOTE] privacy.cpd.openWindows has a bug that causes an additional window to open ***/
|
* [NOTE] privacy.cpd.openWindows has a bug that causes an additional window to open ***/
|
||||||
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
||||||
// user_pref("privacy.cpd.openWindows", true);
|
// user_pref("privacy.cpd.openWindows", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user