Bug 560814 - Add .tel to IDN whitelist.

This commit is contained in:
Gervase Markham 2010-04-28 10:59:52 +01:00
parent fca470447b
commit d0a765be3b

View File

@ -754,6 +754,7 @@ pref("network.IDN.whitelist.cat", true);
pref("network.IDN.whitelist.info", true);
pref("network.IDN.whitelist.museum", true);
pref("network.IDN.whitelist.org", true);
pref("network.IDN.whitelist.tel", true);
// NOTE: Before these can be removed, one of bug 414812's tests must be updated
// or it will likely fail! Please CC jwalden+bmo on the bug associated