user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fd3311297de75d60591767b7c03ba80ecf27d9e7
parent 069d8214137df14338a0371b52da6bd6a12918ad
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Tue, 21 Feb 2017 20:04:41 +0100

Merge pull request #22 from ghacksuserjs/earthlng-patch-2

network.IDN_show_punycode draft modifications
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1240,10 +1240,10 @@ 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 // https://bugzilla.mozilla.org/show_bug.cgi?id=1216893 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. // 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 // http://kb.mozillazine.org/Network.IDN_show_punycode // https://wiki.mozilla.org/IDN_Display_Algorithm // https://en.wikipedia.org/wiki/IDN_homograph_attack