remove spaces, even out lines
This commit is contained in:
parent
1438b4ac4f
commit
bb605524c0
6
user.js
6
user.js
@ -1241,9 +1241,9 @@ user_pref("security.block_script_with_wrong_mime", true);
|
|||||||
// 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
|
||||||
// The downside: it will also display legitimate IDN's punycoded, which might be undesirable for
|
// than sorry. The downside: it will also display legitimate IDN's punycoded, which
|
||||||
// users from countries with non-latin alphabets
|
// might be undesirable for users from countries with non-latin alphabets
|
||||||
// http://kb.mozillazine.org/Network.IDN_show_punycode
|
// http://kb.mozillazine.org/Network.IDN_show_punycode
|
||||||
// https://wiki.mozilla.org/IDN_Display_Algorithm
|
// https://wiki.mozilla.org/IDN_Display_Algorithm
|
||||||
// https://en.wikipedia.org/wiki/IDN_homograph_attack
|
// https://en.wikipedia.org/wiki/IDN_homograph_attack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user