mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 377395 - "remove .doubleclick.net from network.dns.ipv4OnlyDomains" [p=jo.hermans@gmail.com (Jo Hermans) r+sr+a1.9=bsmedberg]
This commit is contained in:
parent
c3fb208244
commit
e364a6a7b5
@ -669,7 +669,7 @@ pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u01C3\u0337\u0338\
|
||||
// This preference specifies a list of domains for which DNS lookups will be
|
||||
// IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
|
||||
// and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
|
||||
pref("network.dns.ipv4OnlyDomains", ".doubleclick.net");
|
||||
pref("network.dns.ipv4OnlyDomains", "");
|
||||
|
||||
// This preference can be used to turn off IPv6 name lookups. See bug 68796.
|
||||
pref("network.dns.disableIPv6", false);
|
||||
|
Loading…
Reference in New Issue
Block a user