mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
network.IDN_show_punycode
removed the 'period' at the end of the pref description (we usually don't have one there) and aligned the 2nd line of the downside a bit nicer.
This commit is contained in:
parent
069d821413
commit
e00a80fd8b
1 changed files with 2 additions and 2 deletions
2
user.js
2
user.js
|
@ -1240,7 +1240,7 @@ user_pref("security.block_script_with_wrong_mime", true);
|
||||||
// WARNING: SVG is fairly common (~15% of the top 10K sites), so will cause some breakage
|
// WARNING: SVG is fairly common (~15% of the top 10K sites), so will cause some breakage
|
||||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1216893
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=1216893
|
||||||
user_pref("svg.disabled", true);
|
user_pref("svg.disabled", true);
|
||||||
// 2672: force Punycode for Internationalized Domain Names to eliminate possible spoofing security risk.
|
// 2672: force Punycode for Internationalized Domain Names to eliminate possible spoofing security risk
|
||||||
// Firefox has *some* protections to mitigate the risk, but it is better to be safe than sorry.
|
// Firefox has *some* protections to mitigate the risk, but it is better to be safe than sorry.
|
||||||
// The downside: it will also display legitimate IDN's punycoded, which might be undesirable for
|
// The downside: it will also display legitimate IDN's punycoded, which might be undesirable for
|
||||||
// users from countries with non-latin alphabets
|
// users from countries with non-latin alphabets
|
||||||
|
|
Loading…
Add table
Reference in a new issue