diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index b4ec998e3683..d30456225116 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1918,7 +1918,7 @@ pref("network.IDN_show_punycode", false); // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used // for displaying them in the UI (e.g. URL bar), unless they conform to one of // the profiles specified in -// http://www.unicode.org/reports/tr36/proposed.html#Security_Levels_and_Alerts +// https://www.unicode.org/reports/tr39/#Restriction_Level_Detection // If "network.IDN.restriction_profile" is "high", the Highly Restrictive // profile is used. // If "network.IDN.restriction_profile" is "moderate", the Moderately @@ -1927,7 +1927,7 @@ pref("network.IDN_show_punycode", false); // Note that these preferences 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. -pref("network.IDN.restriction_profile", "moderate"); +pref("network.IDN.restriction_profile", "high"); pref("network.IDN.use_whitelist", false); // ccTLDs