mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-28 07:31:17 +05:30
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a93c27d70 | |||
| 0eb437c3f4 |
+2
-2
@@ -505,8 +505,8 @@ user_pref("browser.sessionstore.interval", 60000); // 1 minute; default=15000 (1
|
||||
//user_pref("privacy.cpd.siteSettings", false);
|
||||
//user_pref("privacy.clearHistory.siteSettings", false);
|
||||
|
||||
// PREF: purge session icon in Private Browsing windows
|
||||
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
|
||||
// PREF: purge session icon in Private Browsing windows [FF152+]
|
||||
//user_pref("browser.privatebrowsing.resetPBM.enabled", true); // [DEFAULT FF152+]
|
||||
|
||||
// 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
|
||||
|
||||
@@ -41,7 +41,6 @@ user_pref("browser.sessionstore.interval", 60000);
|
||||
|
||||
/** SHUTDOWN & SANITIZING ***/
|
||||
user_pref("privacy.history.custom", true);
|
||||
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
|
||||
|
||||
/** SPECULATIVE LOADING ***/
|
||||
user_pref("network.http.speculative-parallel-limit", 0);
|
||||
|
||||
Reference in New Issue
Block a user