add userChrome CSS enablement for Firefox app mode

Former-commit-id: ccdfeac71a
Former-commit-id: b3e477a84e261e12c65b514b620cb5cec5ca8acf
This commit is contained in:
idk
2022-09-15 21:01:55 -04:00
parent 24df8dda06
commit a133ee1d8f
4 changed files with 19 additions and 8 deletions

View File

@ -226,4 +226,5 @@ user_pref("webgl.disable-fail-if-major-performance-caveat", true);
user_pref("webgl.enable-webgl2", false);
user_pref("dom.w3c_touch_events.enabled", false);
user_pref("browser.privatebrowsing.autostart", false);
user_pref("browser.display.use_system_colors", false);
user_pref("browser.display.use_system_colors", false);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);