diff --git a/configuration/user.js b/configuration/user.js index 6128f4d..7c67a42 100644 --- a/configuration/user.js +++ b/configuration/user.js @@ -11,3 +11,6 @@ user_pref("browser.tabs.drawInTitlebar", true); // Set UI density to normal user_pref("browser.uidensity", 0); +// Enable SVG context-propertes +user_pref("svg.context-properties.content.enabled", true) +