mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:32:05 -08:00
show domain names in Punycode
This commit is contained in:
parent
8dfca77ae8
commit
e1885d82ef
1 changed files with 4 additions and 1 deletions
|
|
@ -680,4 +680,7 @@ defaultPref("network.http.referer.defaultPolicy", 0);
|
||||||
// Disable JIT by default
|
// Disable JIT by default
|
||||||
defaultPref("javascript.options.baselinejit", false);
|
defaultPref("javascript.options.baselinejit", false);
|
||||||
defaultPref("javascript.options.ion", false);
|
defaultPref("javascript.options.ion", false);
|
||||||
defaultPref("javascript.options.warp", false);
|
defaultPref("javascript.options.warp", false);
|
||||||
|
|
||||||
|
// Disable Unicode domain names to prevent homograph attacks
|
||||||
|
defaultPref("network.IDN_show_punycode", true);
|
||||||
Loading…
Add table
Reference in a new issue