1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Optional Hardening (markdown)

Hal
2024-03-16 13:47:45 -04:00
parent 22d68843c5
commit 6f977e3983
+5 -4
@@ -114,6 +114,11 @@ user_pref("security.cert_pinning.enforcement_level", 2);
*** ***
### Sanitize on close ### 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 #### Option 1: Clear cookies and cache on shutdown
* `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Delete cookies and site data when Firefox is closed* * `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Delete cookies and site data when Firefox is closed*
```javascript ```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. :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 ### Secure DNS