Fix firefox fingerprint protection.

This commit is contained in:
Tom Alexander
2024-07-21 11:25:51 -04:00
parent 1e47ff3f64
commit 3a63d4d307
2 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ firefox_config:
browser.urlbar.speculativeConnect.enabled: false
# Do not resist fingerprinting because that tells websites to use light mode.
# https://bugzilla.mozilla.org/show_bug.cgi?id=1732114
privacy.resistFingerprinting: true
privacy.resistFingerprinting: null # (default false)
# Instead, enable fingerprinting protection, which allows configuring an override.
privacy.fingerprintingProtection: true
# Allow sending dark mode preference to websites.