Fix: Force proton enabled #127

This commit is contained in:
MS_Y 2021-07-18 07:43:58 +00:00 committed by GitHub
parent 9c8b53fdc2
commit 023d8a1eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,9 @@
// userchrome.css usercontent.css activate
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Proton Enabled #127
user_pref("browser.proton.enabled", true);
// Fill SVG Color
user_pref("svg.context-properties.content.enabled", true);