From 822bd85c2f705d87e4c35f4be55bd4c09584f8e4 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 27 May 2026 23:55:09 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index e2a77ec..e5ca7bf 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -226,7 +226,7 @@ user_pref("dom.serviceWorkers.privateBrowsing.enabled", false); ``` *** -### Service Workers +### Storage Access Heuristics For web compatibility reasons, Firefox will dynamically grant unpartitioned access to third-party cookies for 30 days in certain scenarios which require user interaction. For example, if you click a **Login with SSO** button on a website, Firefox will grant the SSO provider storage access to the website you clicked that button on for 30 days. #### Option 1