diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 02244c4..3365f9c 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -114,6 +114,11 @@ user_pref("security.cert_pinning.enforcement_level", 2); *** ### Sanitize on close + +#### Allow exceptions +You can allow exceptions if you want to stay logged in to some sites. +* `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Manage Exceptions* + #### Option 1: Clear cookies and cache on shutdown * `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Delete cookies and site data when Firefox is closed* ```javascript @@ -149,10 +154,6 @@ user_pref("browser.sessionstore.privacy_level", 2); :bulb: If you have [session restore](https://support.mozilla.org/en-US/kb/how-do-i-restore-my-tabs-last-time#w_restore-the-previous-session-every-time-you-open-firefox) enable, then you will need to use **Option 1** for session restore to work. -#### Allow exceptions -You can allow exceptions if you want to stay logged in to some sites. -* `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Manage Exceptions* - *** ### Secure DNS