Without disabling fingerprinting, zoom options aren’t saved, dark mode doesn’t really work and Netflix is blocked. But is it even worth running Librewolf if you enable fingerprinting? Isn’t that one of the main reasons why one runs Librewolf?
Without disabling fingerprinting, zoom options aren’t saved, dark mode doesn’t really work and Netflix is blocked. But is it even worth running Librewolf if you enable fingerprinting? Isn’t that one of the main reasons why one runs Librewolf?
You could move from
privacy.resistfingerprinting
toprivacy.fingerprintingProtection
and override the changes you want withprivacy.fingerprintingProtection.overrides
such as+AllTargets,-CSSPrefersColorScheme
.I guess to enable Netflix you would have to enable DRM which is probably somewhere in LibreWolf documentation.
For the available overrides, see https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc although you may have to guess what they do based on the name.