mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
@@ -65,7 +65,12 @@ You can **allow exceptions** if you want to stay logged in to some sites:
|
|||||||
```
|
```
|
||||||
// PREF: clear browsing data on shutdown, while respecting site exceptions
|
// PREF: clear browsing data on shutdown, while respecting site exceptions
|
||||||
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.history", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.downloads", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.formdata", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.sessions", true);
|
||||||
user_pref("privacy.clearOnShutdown.offlineApps", true);
|
user_pref("privacy.clearOnShutdown.offlineApps", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.siteSettings", false);
|
||||||
user_pref("browser.sessionstore.privacy_level", 2);
|
user_pref("browser.sessionstore.privacy_level", 2);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user