From 1b8af121e086f274a31f34975c8c1f6a5b92cdf4 Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:06:20 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 301fc97..6d2cb7a 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -13,6 +13,7 @@ * For cross-domain logins, add exceptions for both sites * e.g. `https://www.youtube.com` (site) + `https://accounts.google.com` (single sign on) +Also consider changing [`browser.sessionstore.privacy_level`](https://github.com/yokoffing/Betterfox/blob/ac69c81e8a61a46df579e9be6cb1cc3dcbac4c0b/Securefox.js#L377-L381) to `2`. *** ## Overrides