From f4f739929b46aba73120325f1a1cf10a11ac641c Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 25 Mar 2017 03:54:21 +1300 Subject: [PATCH] #69 Active Logins --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index e9f333a..1a219e6 100644 --- a/user.js +++ b/user.js @@ -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 ***/