firefox: no need to enable color scheme emulation

This is the default now.
This commit is contained in:
Vincent Bernat 2021-03-24 20:32:51 +01:00
parent a49fc4c84a
commit d02e89700f

View file

@ -52,9 +52,6 @@ user_pref("gfx.webrender.all", true);
// Enable AVIF
user_pref("image.avif.enabled", true);
// Enable color scheme selector in devtools
user_pref("devtools.inspector.color-scheme-simulation.enabled", true);
// Disable DoH for now
user_pref("network.trr.mode", 5);
// No HTTP/3 yet (disabled by default, but document here it doesn't work well for me on Google)