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:
reed@reedloden.com 2007-09-05 16:21:55 -07:00
Родитель e3b0aa691e
Коммит 65afde847c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 // 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 // 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. // 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. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
pref("network.dns.disableIPv6", false); pref("network.dns.disableIPv6", false);