Skip to content

Commit

Permalink
2671 svg.disabled-> inactive for FF53+
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants committed Apr 15, 2017
1 parent a8cfe7f commit 551427f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 551427f

Please sign in to comment.