diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-10-20 06:34:57 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-10-20 06:34:57 +0200 |
| commit | a30e64289a26869dbc50fd42f89f7ca04c46611b (patch) | |
| tree | 6f7dc34e5b527ab7d2b3e27fc6a2674fdb736eaa | |
| parent | 8816ae154a912dff3f64703c8767e537c4c46d0d (diff) | |
| -rw-r--r-- | user-overrides.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user-overrides.js b/user-overrides.js index 4430a86..305ed51 100644 --- a/user-overrides.js +++ b/user-overrides.js @@ -13,6 +13,9 @@ user_pref("signon.rememberSignons", false); // Disable Firefox "Browsing & Download History" user_pref("places.history.enabled", false); +// Disable Firefox "Delete cookies and site data when Firefox is closed" +user_pref("privacy.clearOnShutdown_v2.cookiesAndStorage", false); + // Disable Firefox suggestions user_pref("browser.urlbar.suggest.history", false); user_pref("browser.urlbar.suggest.bookmark", false); |
