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