mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 669138 - add .<Thai> to IDN TLD whitelist.
--HG-- extra : rebase_source : ea2575acddbbf8231052c515d2c0e5da893fcbcd
This commit is contained in:
parent
0fe7a5cdd8
commit
3ca9dd54c0
@ -961,6 +961,8 @@ pref("network.IDN.whitelist.xn--mgbqly7c0a67fbc", true);
|
||||
pref("network.IDN.whitelist.xn--mgbqly7cvafr", true);
|
||||
// sy, Syria, .<Souria>
|
||||
pref("network.IDN.whitelist.xn--ogbpf8fl", true);
|
||||
// th, Thailand, .<Thai>
|
||||
pref("network.IDN.whitelist.xn--o3cw4h", true);
|
||||
// tw, Taiwan, <.Taiwan> with variants
|
||||
pref("network.IDN.whitelist.xn--kpry57d", true); // Traditional
|
||||
pref("network.IDN.whitelist.xn--kprw13d", true); // Simplified
|
||||
|
Loading…
Reference in New Issue
Block a user