You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fingerprint blocking is set to "Strict", Brave no longer matches (prefers-color-scheme: dark) in sites even if the preferred color scheme is set to Dark in brave://settings.
This means that sites which would normally display a dark color scheme based on your browser's settings only show the light theme. The only solution is setting fingerprint blocking to "Standard."
Can you reproduce this issue with the current release?
yes
Can you reproduce this issue with the beta channel?
yes
Can you reproduce this issue with the nightly channel?
yes
Other Additional Information:
Does the issue resolve itself when disabling Brave Shields?
yes
Does the issue resolve itself when disabling Brave Rewards?
no
Is the issue reproducible on the latest version of Chrome?
no
Miscellaneous Information:
It's possible that this is intended, but if so, I believe there should be an extra option to allow sites to access your color scheme preferences rather than having to disable strict fingerprint blocking for all sites which use this color scheme detection method.
The text was updated successfully, but these errors were encountered:
@ShivanKaul added a flag that allows users to opt out of the dark theme blocking while using strict fingerprinting protection. The flag is currently available in Brave Nightly, so until it's uplifted into the stable channel you have to either use Standard fingerprinting protection on a per-site basis or global level, alternatively you can use Brave Nightly.
Description
When fingerprint blocking is set to "Strict", Brave no longer matches
(prefers-color-scheme: dark)
in sites even if the preferred color scheme is set toDark
inbrave://settings
.This means that sites which would normally display a dark color scheme based on your browser's settings only show the light theme. The only solution is setting fingerprint blocking to "Standard."
Steps to Reproduce
brave://settings
.false
even though it should betrue
.Actual result:
The media query
(prefers-color-scheme: dark)
evaluates tofalse
.Expected result:
The media query
(prefers-color-scheme: dark)
should evaluate totrue
.Reproduces how often:
Easily reproduced
Brave version (brave://version info)
Brave:
1.28.105 Chromium: 92.0.4515.131 (Official Build) (64-bit)
Revision:
6b8d6c56ce21e38a72f7c4becb5abc1fa5134f29-refs/branch-heads/4515@{#1933}
OS:
Linux
Version/Channel Information:
yes
yes
yes
Other Additional Information:
yes
no
no
Miscellaneous Information:
It's possible that this is intended, but if so, I believe there should be an extra option to allow sites to access your color scheme preferences rather than having to disable strict fingerprint blocking for all sites which use this color scheme detection method.
The text was updated successfully, but these errors were encountered: