mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
user Aug 2021c (#32)
* user Aug 2021c * reorganize spec. conn. * add ECH * change spec. con. * Update user.js
This commit is contained in:
@@ -49,11 +49,11 @@ user_pref("privacy.cpd.siteSettings", false);
|
|||||||
user_pref("privacy.sanitize.timeSpan", 0);
|
user_pref("privacy.sanitize.timeSpan", 0);
|
||||||
user_pref("privacy.history.custom", true);
|
user_pref("privacy.history.custom", true);
|
||||||
|
|
||||||
/** PRELOADING ***/
|
/** SPECULATIVE CONNECTIONS ***/
|
||||||
|
user_pref("network.predictor.enable-hover-on-ssl", true);
|
||||||
|
user_pref("network.predictor.enable-prefetch", true);
|
||||||
user_pref("network.dns.disablePrefetch", true);
|
user_pref("network.dns.disablePrefetch", true);
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
||||||
user_pref("network.prefetch-next", false);
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
|
||||||
user_pref("network.preload", false);
|
user_pref("network.preload", false);
|
||||||
|
|
||||||
/** SEARCH / URL BAR ***/
|
/** SEARCH / URL BAR ***/
|
||||||
@@ -78,6 +78,10 @@ user_pref("dom.security.https_only_mode.upgrade_local", true);
|
|||||||
user_pref("network.trr.send_user-agent_headers", false);
|
user_pref("network.trr.send_user-agent_headers", false);
|
||||||
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
|
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
|
||||||
|
|
||||||
|
/** ESNI / ECH ***/
|
||||||
|
user_pref("network.dns.echconfig.enabled", true);
|
||||||
|
user_pref("network.dns.use_https_rr_as_altsvc", true);
|
||||||
|
|
||||||
/** PASSWORDS AND AUTOFILL ***/
|
/** PASSWORDS AND AUTOFILL ***/
|
||||||
user_pref("signon.autofillForms.http", false);
|
user_pref("signon.autofillForms.http", false);
|
||||||
user_pref("security.insecure_field_warning.contextual.enabled", true);
|
user_pref("security.insecure_field_warning.contextual.enabled", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user