From 01fab3ca348cfce01a702e28326e84f0b168db1f Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:35:03 -0500 Subject: [PATCH] Update Securefox.js --- Securefox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Securefox.js b/Securefox.js index dcefc05..79a51de 100644 --- a/Securefox.js +++ b/Securefox.js @@ -431,13 +431,13 @@ user_pref("privacy.history.custom", true); //user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT] //user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT] //user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT] -//user_pref("privacy.clearOnShutdown.offlineApps", false); // [DEFAULT] +//user_pref("privacy.clearOnShutdown.offlineApps", true); //user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT] // PREF: configure site exceptions // [NOTE] Currently, there is no way to add sites via about:config // [SETTING] to manage site exceptions: Options>Privacy & Security>Cookies & Site Data>Manage Exceptions -// [SETTING] to add site exceptions: Ctrl+I>Permissions>Cookies>Allow (when on the website in question) +// or when on the website in question: Ctrl+I>Permissions>Cookies>Allow // For cross-domain logins, add exceptions for both sites: // e.g. https://www.youtube.com (site) + https://accounts.google.com (single sign on) // [WARNING] Be selective with what cookies you keep, as they also disable partitioning [1]