this post was submitted on 25 Sep 2023
74 points (97.4% liked)
Firefox
17937 readers
39 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Note that this is targeted to arkenfox users, who by default use privacy.resistfingerprinting (unlike most users); without it, canvasblocker is also recommended.
Couldn't one just set privacy.resistfingerprinting to true instead of using another addon?
I suppose that I can be leaving some other (like disabling webgl), but in principle yes. The bad thing is that this setting can be annoying, it does things like change the time zone, force the light theme, always start in window, among many others.
it's strange for them to specifically choose the light prefers-color-scheme instead of ignoring it completely. So if a website has a dark default interface with an optional
prefers-color-scheme:light
, it will use the light interface ignoring the default.Seems counterintuitive