mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 347321 - add .biz to IDN TLD whitelist. Patch by gerv; a=dbaron.
This commit is contained in:
parent
e75f2dc686
commit
b8cba2b18d
@ -626,6 +626,7 @@ pref("network.IDN.whitelist.tw", true);
|
||||
pref("network.IDN.whitelist.vn", true);
|
||||
|
||||
// non-ccTLDs
|
||||
pref("network.IDN.whitelist.biz", true);
|
||||
pref("network.IDN.whitelist.cat", true);
|
||||
pref("network.IDN.whitelist.info", true);
|
||||
pref("network.IDN.whitelist.museum", true);
|
||||
|
Loading…
Reference in New Issue
Block a user