]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
ui: use private browsing settings
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:13:41 +0000 (13:13 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 17:28:36 +0000 (13:28 -0400)
This is easier than setting sanitizeOnShutdown, and then having to
tweak the list of what to sanitize.

ui

diff --git a/ui b/ui
index f5d1cbd58ad47e18f2efeca35cd539f8ec8fbcbb..29f2166bea4845eeeaef0aebaead2f6b2c067c90 100644 (file)
--- a/ui
+++ b/ui
@@ -153,14 +153,15 @@ user_pref("browser.urlbar.trending.featureGate", false);
 user_pref("browser.urlbar.unitConversion.enabled", false);
 
 
-/* Delete all data when the browser is closed.
- */
-user_pref("privacy.sanitize.sanitizeOnShutdown", true);
+/* Delete all data when the browser is closed */
+user_pref("browser.privatebrowsing.autostart", true);
+
 
 /* Don't Recommend extensions or features as I browse" */
 user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
 user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
 
+
 /* Don't remember passwords or anything else sensitive, and definitely don't
  * autofill forms with them.
  */