diff options
-rw-r--r-- | .librewolf/librewolf.overrides.cfg | 6 | ||||
-rw-r--r-- | .librewolf/mozilla-extensions.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.librewolf/librewolf.overrides.cfg b/.librewolf/librewolf.overrides.cfg index 6eaaa8b..c1ec155 100644 --- a/.librewolf/librewolf.overrides.cfg +++ b/.librewolf/librewolf.overrides.cfg @@ -2,3 +2,9 @@ defaultPref("webgl.disabled", false); // For video conferencing. defaultPref("media.peerconnection.enabled", true); // For video conferencing. defaultPref("media.peerconnection.ice.no_host", false); // For video conferencing. defaultPref("ui.context_menus.after_mouseup", true); // Prevent mouse right-click from clicking the option right away. + +// Mimic resistFingerprinting without forcing dark mode. +// https://bugzilla.mozilla.org/show_bug.cgi?id=1732114 +defaultPref("privacy.resistFingerprinting", false); +defaultPref("privacy.fingerprintingProtection", true); +defaultPref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme"); diff --git a/.librewolf/mozilla-extensions.txt b/.librewolf/mozilla-extensions.txt index 4d9e20c..7da7e96 100644 --- a/.librewolf/mozilla-extensions.txt +++ b/.librewolf/mozilla-extensions.txt @@ -19,6 +19,8 @@ https://addons.mozilla.org/en-US/firefox/addon/send-to-mpv-player/ https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/ https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/ +https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/ https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ +https://addons.mozilla.org/en-US/firefox/addon/ultimadark/ https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ https://addons.mozilla.org/en-US/firefox/addon/window-titler/ |