src/prefs.js: allow userChrome.css/userContent.css

This commit is contained in:
Oliver Smith 2020-08-06 15:55:07 +02:00
parent c1eafe0f8f
commit 00db529a04
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -14,3 +14,6 @@ pref('browser.search.suggest.enabled', false);
// Empty new tab page: faster, less distractions
pref('browser.newtabpage.enabled', false);
// Allow UI customizations with userChrome.css and userContent.css
pref('toolkit.legacyUserProfileCustomizations.stylesheets', true);