mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-28 07:31:17 +05:30
Compare commits
2 Commits
f983292735
...
8a93c27d70
| 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.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
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user