1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 07:31:17 +05:30

Compare commits

..

2 Commits

Author SHA1 Message Date
yokoffing 8a93c27d70 browser.privatebrowsing.resetPBM.enabled now default 2026-05-18 22:24:57 -04:00
yokoffing 0eb437c3f4 browser.privatebrowsing.resetPBM.enabled now default 2026-05-18 22:24:40 -04:00
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -505,8 +505,8 @@ user_pref("browser.sessionstore.interval", 60000); // 1 minute; default=15000 (1
//user_pref("privacy.cpd.siteSettings", false); //user_pref("privacy.cpd.siteSettings", false);
//user_pref("privacy.clearHistory.siteSettings", false); //user_pref("privacy.clearHistory.siteSettings", false);
// PREF: purge session icon in Private Browsing windows // PREF: purge session icon in Private Browsing windows [FF152+]
user_pref("browser.privatebrowsing.resetPBM.enabled", true); //user_pref("browser.privatebrowsing.resetPBM.enabled", true); // [DEFAULT FF152+]
// PREF: delete files downloaded in Private Browsing when all private windows are closed // PREF: delete files downloaded in Private Browsing when all private windows are closed
// When downloading a file in private browsing mode, the user will be prompted // When downloading a file in private browsing mode, the user will be prompted
-1
View File
@@ -41,7 +41,6 @@ user_pref("browser.sessionstore.interval", 60000);
/** SHUTDOWN & SANITIZING ***/ /** SHUTDOWN & SANITIZING ***/
user_pref("privacy.history.custom", true); user_pref("privacy.history.custom", true);
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
/** SPECULATIVE LOADING ***/ /** SPECULATIVE LOADING ***/
user_pref("network.http.speculative-parallel-limit", 0); user_pref("network.http.speculative-parallel-limit", 0);