Bug 1399939 - switch to highly restrictive profile for IDN, r=dveditz,jfkthame

MozReview-Commit-ID: E5LRuQVfIZP

--HG--
extra : rebase_source : 9ea3f29552a5f41dc2e225f42fee5d4ec08b5063
This commit is contained in:
Gijs Kruitbosch 2017-09-28 12:00:22 +01:00
parent 653e15ba32
commit c525d706ed

View File

@ -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