forked from d3cim/mobile_user.js
Update 'user.js (less connections)'
This commit is contained in:
parent
3637165497
commit
2ddd931d51
|
@ -180,6 +180,7 @@ user_pref("services.sync.prefs.sync.browser.urlbar.matchBuckets", false); // [DE
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.maxRichResults", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.maxRichResults", false); // [DESKTOP]
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.bookmark", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.bookmark", false); // [DESKTOP]
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.history", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.history", false); // [DESKTOP]
|
||||||
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.engines", false); // DESKTOP
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.history.onlyTyped", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.history.onlyTyped", false); // [DESKTOP]
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.openpage", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.openpage", false); // [DESKTOP]
|
||||||
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.searches", false); // [DESKTOP]
|
user_pref("services.sync.prefs.sync.browser.urlbar.suggest.searches", false); // [DESKTOP]
|
||||||
|
@ -1243,6 +1244,7 @@ user_pref("browser.urlbar.suggest.history", false); // [DESKTOP]
|
||||||
user_pref("browser.urlbar.suggest.bookmark", false); // [DESKTOP]
|
user_pref("browser.urlbar.suggest.bookmark", false); // [DESKTOP]
|
||||||
user_pref("browser.urlbar.suggest.openpage", false); // [DESKTOP]
|
user_pref("browser.urlbar.suggest.openpage", false); // [DESKTOP]
|
||||||
user_pref("browser.urlbar.suggest.topsites", false); // [DESKTOP]
|
user_pref("browser.urlbar.suggest.topsites", false); // [DESKTOP]
|
||||||
|
user_pref("browser.urlbar.suggest.engines", false); // [DESKTOP]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable browsing and download history
|
// Pref : Disable browsing and download history
|
||||||
user_pref("places.history.enabled", false); // [DESKTOP]
|
user_pref("places.history.enabled", false); // [DESKTOP]
|
||||||
|
@ -2272,7 +2274,7 @@ user_pref("browser.cache.offline.capacity", 0);
|
||||||
// Pref : Disable service workers cache and cache storage
|
// Pref : Disable service workers cache and cache storage
|
||||||
// [NOTE] Service worker cache are cleared on exit
|
// [NOTE] Service worker cache are cleared on exit
|
||||||
// https://w3c.github.io/ServiceWorker/#privacy
|
// https://w3c.github.io/ServiceWorker/#privacy
|
||||||
user_pref("dom.caches.enabled", false);
|
// user_pref("dom.caches.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Disable Storage API
|
// Pref : Disable Storage API
|
||||||
// The API gives sites the ability to find out how much space they can use, how much they are already using, and even control whether or not they need to be alerted before the user agent disposes of site data in order to make room for other things.
|
// The API gives sites the ability to find out how much space they can use, how much they are already using, and even control whether or not they need to be alerted before the user agent disposes of site data in order to make room for other things.
|
||||||
|
|
Loading…
Reference in New Issue