user.js

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

commit 551427fccc8450598d80186447fcf10240843a70
parent a8cfe7f06fc88ea04daae3301dcf1768e0cd0a4a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 15 Apr 2017 12:27:41 +1200

2671 svg.disabled-> inactive for FF53+
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1220,8 +1220,9 @@ user_pref("network.proxy.autoconfig_url.include_path", false); user_pref("security.block_script_with_wrong_mime", true); /* 2671: disable in-content SVG (Scalable Vector Graphics) (FF53+) * [WARNING] SVG is fairly common (~15% of the top 10K sites), so will cause some breakage + * including youtube player controls. Best left for "hardened" or specific profiles. * [1] 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 * 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