Bug #313490 --> Enable IDN for .org

patch by gerv
a=asa
This commit is contained in:
scott%scott-macgregor.org 2005-11-01 06:59:21 +00:00
parent 19d7e781d9
commit 4daeed882a

View File

@ -601,6 +601,7 @@ pref("network.IDN.whitelist.vn", true);
// non-ccTLDs // non-ccTLDs
pref("network.IDN.whitelist.info", true); pref("network.IDN.whitelist.info", true);
pref("network.IDN.whitelist.museum", true); pref("network.IDN.whitelist.museum", true);
pref("network.IDN.whitelist.org", true);
// If a domain includes any of the following characters, it may be a spoof // If a domain includes any of the following characters, it may be a spoof
// attempt and so we always display the domain name as punycode. This would // attempt and so we always display the domain name as punycode. This would