stop disabling IPv6, close #96
This commit is contained in:
parent
e505ddbf02
commit
d351495480
1 changed files with 1 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ defaultPref("librewolf.cfg.version", "6.6");
|
||||||
* the file is organized in categories, and each one has a number of sections:
|
* the file is organized in categories, and each one has a number of sections:
|
||||||
*
|
*
|
||||||
* PRIVACY [ISOLATION, SANITIZING, CACHE AND STORAGE, HISTORY AND SESSION RESTORE, QUERY STRIPPING]
|
* PRIVACY [ISOLATION, SANITIZING, CACHE AND STORAGE, HISTORY AND SESSION RESTORE, QUERY STRIPPING]
|
||||||
* NETWORKING [HTTPS, IPv6, REFERERS, WEBRTC, PROXY, DNS, PREFETCHING AND SPECULATIVE CONNECTIONS, OFFLINE]
|
* NETWORKING [HTTPS, REFERERS, WEBRTC, PROXY, DNS, PREFETCHING AND SPECULATIVE CONNECTIONS, OFFLINE]
|
||||||
* FINGERPRINTING [RFP, WEBGL]
|
* FINGERPRINTING [RFP, WEBGL]
|
||||||
* SECURITY [SITE ISOLATION, CERTIFICATES, TLS/SSL, PERMISSIONS, FONTS, SAFE BROWSING, OTHERS]
|
* SECURITY [SITE ISOLATION, CERTIFICATES, TLS/SSL, PERMISSIONS, FONTS, SAFE BROWSING, OTHERS]
|
||||||
* REGION [LOCATION, LANGUAGE]
|
* REGION [LOCATION, LANGUAGE]
|
||||||
|
|
@ -94,11 +94,6 @@ defaultPref("dom.security.https_only_mode", true); // only allow https in all wi
|
||||||
defaultPref("network.auth.subresource-http-auth-allow", 1); // block HTTP authentication credential dialogs
|
defaultPref("network.auth.subresource-http-auth-allow", 1); // block HTTP authentication credential dialogs
|
||||||
defaultPref("security.mixed_content.block_display_content", true); // block insecure passive content
|
defaultPref("security.mixed_content.block_display_content", true); // block insecure passive content
|
||||||
|
|
||||||
/** [SECTION] IPv6
|
|
||||||
* privacy extension isn't the default for all linux distros, so we disable ipv6.
|
|
||||||
*/
|
|
||||||
defaultPref("network.dns.disableIPv6", true);
|
|
||||||
|
|
||||||
/** [SECTION] REFERERS
|
/** [SECTION] REFERERS
|
||||||
* to enhance privacy but keep a certain level of usability we trim cross-origin
|
* to enhance privacy but keep a certain level of usability we trim cross-origin
|
||||||
* referers, instead of completely avoid sending them.
|
* referers, instead of completely avoid sending them.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue