mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 794314 - add .ca to IDN TLD whitelist.
This commit is contained in:
parent
d7b4b21918
commit
9f565784c6
@ -1014,6 +1014,7 @@ pref("network.IDN.whitelist.ac", true);
|
||||
pref("network.IDN.whitelist.ar", true);
|
||||
pref("network.IDN.whitelist.at", true);
|
||||
pref("network.IDN.whitelist.br", true);
|
||||
pref("network.IDN.whitelist.ca", true);
|
||||
pref("network.IDN.whitelist.ch", true);
|
||||
pref("network.IDN.whitelist.cl", true);
|
||||
pref("network.IDN.whitelist.cn", true);
|
||||
|
Loading…
Reference in New Issue
Block a user