user.js: enable SVG context-properies

This commit is contained in:
Rafael Mardojai CM 2020-06-06 18:48:01 -05:00
parent 17869ebc1d
commit a2db54844e
1 changed files with 3 additions and 0 deletions

View File

@ -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)