QUrl: sort idn whitelist
We look it up with a binary search, so it needs to be sorted. Pick-to: 6.9 6.8 6.5 Change-Id: I0aa25e6ff9722372c0a09f2dce9f9c839fedf00e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
868645fd3b
commit
382a7d006b
@ -286,7 +286,7 @@ static constexpr auto idn_whitelist = qOffsetStringArray(
|
||||
"fi",
|
||||
"gr",
|
||||
"hu",
|
||||
"il", "info", "io", "is", "ir",
|
||||
"il", "info", "io", "ir", "is",
|
||||
"jp",
|
||||
"kr",
|
||||
"li", "lt", "lu", "lv",
|
||||
|
Loading…
x
Reference in New Issue
Block a user