mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
bug 299927 : add .hu and .museum to the list of TLDs for which IDN is safe : r=gerv, sr=darin, a=shaver
This commit is contained in:
parent
01e228e995
commit
5015e754d3
@ -564,11 +564,14 @@ pref("network.IDN_show_punycode", false);
|
||||
// are referred to ONLY when "network.IDN_show_punycode" is false. In other
|
||||
// words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
|
||||
// is true.
|
||||
|
||||
// ccTLDs
|
||||
pref("network.IDN.whitelist.at", true);
|
||||
pref("network.IDN.whitelist.ch", true);
|
||||
pref("network.IDN.whitelist.cn", true);
|
||||
pref("network.IDN.whitelist.de", true);
|
||||
pref("network.IDN.whitelist.dk", true);
|
||||
pref("network.IDN.whitelist.hu", true);
|
||||
pref("network.IDN.whitelist.jp", true);
|
||||
pref("network.IDN.whitelist.kr", true);
|
||||
pref("network.IDN.whitelist.li", true);
|
||||
@ -576,6 +579,9 @@ pref("network.IDN.whitelist.no", true);
|
||||
pref("network.IDN.whitelist.se", true);
|
||||
pref("network.IDN.whitelist.tw", true);
|
||||
|
||||
// non-ccTLDs
|
||||
pref("network.IDN.whitelist.museum", true);
|
||||
|
||||
// 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.
|
||||
|
Loading…
Reference in New Issue
Block a user