save more bytes

This commit is contained in:
Thorin-Oakenpants 2021-08-08 13:17:07 +00:00 committed by GitHub
parent 23b173dbed
commit 65a0993001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1534,7 +1534,7 @@ user_pref("_user.js.parrot", "4600 syntax error: the parrot's crossed the Jordan
// user_pref("ui.prefersReducedMotion", 0); // [HIDDEN PREF]
/* 4617: disable exposure of system colors to CSS or canvas [FF44+] ***/
// user_pref("ui.use_standins_for_native_colors", true);
/* 4618: enforce prefers-color-scheme as light: 0=light, 1=dark : This overrides your OS value [FF67+] ***/
/* 4618: enforce prefers-color-scheme as light: 0=light, 1=dark [FF67+] ***/
// user_pref("ui.systemUsesDarkTheme", 0); // [HIDDEN PREF]
/* 4619: disable Web Audio API [FF51+] ***/
// user_pref("dom.webaudio.enabled", false);