|
@@ -1372,7 +1372,7 @@ user_pref("privacy.clearOnShutdown.downloads", true); // see note above
|
|
|
user_pref("privacy.clearOnShutdown.formdata", true); // Form & Search History
|
|
|
user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History
|
|
|
user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data
|
|
|
-user_pref("privacy.clearOnShutdown.sessions", false); // Active Logins
|
|
|
+user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins
|
|
|
user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences
|
|
|
/* 2804: set what history items to clear with Ctrl-Shift-Del (to match above)
|
|
|
* This dialog can also be accessed from the menu History>Clear Recent History
|
|
@@ -1385,7 +1385,7 @@ user_pref("privacy.cpd.formdata", true); // Form & Search History
|
|
|
user_pref("privacy.cpd.history", true); // Browsing & Download History
|
|
|
user_pref("privacy.cpd.offlineApps", true); // Offline Website Data
|
|
|
user_pref("privacy.cpd.passwords", false); // this is not listed
|
|
|
-user_pref("privacy.cpd.sessions", false); // Active Logins
|
|
|
+user_pref("privacy.cpd.sessions", true); // Active Logins
|
|
|
user_pref("privacy.cpd.siteSettings", false); // Site Preferences
|
|
|
/* 2805: privacy.*.openWindows (FF34+)
|
|
|
* We don't know what they do because we don't care what they do ***/
|