firefox: don't resist fingerprinting

So many stuff are breaking, including switching tabs use Alt+N. Switch
back to systemUsesDarkTheme 0 for the moment...
This commit is contained in:
Vincent Bernat 2021-07-14 18:16:58 +02:00
parent 011cb957c4
commit 8cb90e03da

View file

@ -4,7 +4,7 @@
// Theme
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
user_pref("devtools.theme", "dark");
user_pref("privacy.resistFingerprinting", true); // prefers-color-scheme: light
user_pref("ui.systemUsesDarkTheme", 0);
// Ensure context menus stay open after left-click (useful when scale
// == 1.5)