-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make font fingerprint mitigation toggleable #1848
Comments
a few examples? |
This comment has been minimized.
This comment has been minimized.
In previous versions the following snippet would cause it to use the System UI's font, i.e the font selected in Android settings, now however it simply uses a hardcoded font, to make it more obvious, change your device's font in the Appearance settings to something recognizable, and you'll notice it doesn't use said font: <style>
body {
font-family: system-ui;
}
</style>
Test |
https://maps.sensor.community/#5/48.879/9.888 The first one is with font fingerprint mitigation enabled, second with disabled via chrome://flags/ |
U can disable the font mitgation. Another way is go chrome://flags The sites that I used (Chinese site eg https://m.gamer.com.tw/) just shows aww snap and could not load at all when the font fingerprinting mitigation was enabled. |
@cvtsi2sd @n-buna404 I ask you the kindness not to mix requests/reports, this complicates the management. @cvtsi2sd I think it could be the android version, please open a new issue with your data.
@KiruPoruno I think that the goal is actually achieved. system-ui should be identical for all devices and therefore possibly different from what it detects without the active flag.
theoretically is not necessary. unless there are crashes, which I would like to understand and solve first.
this no, I will not do because it does not make sense.
@DaleBCooper maybe this is a bug, it seems to me that the bold is not displayed correctly. #1851 |
Oh no I agree that it is intentional, I'm simply requesting a way to disable it, as this behavior is not desired by everyone. |
may be, I'll think about it. thanks |
Preliminary checklist
Is your feature request related to privacy?
Yes
Is there a patch available for this feature somewhere?
No
Describe the solution you would like
A simple toggle in the privacy settings or Site settings page to disable the font mitigation, as it does break
system-ui
in CSS, and of course requires the site to actually import the font if the system doesn't have it.Possibly even make it possible to whitelist some fonts.
Describe alternatives you have considered
None
The text was updated successfully, but these errors were encountered: