fix(firefox): website can get preferred CSS theme event fingerprinting protection
This commit is contained in:
parent
0357ab7027
commit
7604ac20df
1 changed files with 5 additions and 4 deletions
|
@ -9,10 +9,11 @@
|
||||||
# Enable resistFingerprinting
|
# Enable resistFingerprinting
|
||||||
# But override CSSPrefersColorScheme to actovate theme detection
|
# But override CSSPrefersColorScheme to actovate theme detection
|
||||||
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
|
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
|
||||||
"privacy.fingerprintingProtection" = true;
|
# privacy."privacy.resistFingerprinting" must be disable because replaced by
|
||||||
"privacy.fingerprintingProtection.pbmode" = true;
|
# "privacy.resistFingerprinting"
|
||||||
# "privacy.fingerprintingProtection.letterboxing" = true;
|
"privacy.fingerprintingProtection" = false;
|
||||||
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
"privacy.fingerprintingProtection.pbmode" = false;
|
||||||
|
|
||||||
"privacy.resistFingerprinting" = true;
|
"privacy.resistFingerprinting" = true;
|
||||||
"privacy.resistFingerprinting.pbmode" = true;
|
"privacy.resistFingerprinting.pbmode" = true;
|
||||||
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";
|
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue