Skip to content
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

Bug fonts in fingerprint generator #240

Closed
tenkuken opened this issue Oct 20, 2023 · 1 comment
Closed

Bug fonts in fingerprint generator #240

tenkuken opened this issue Oct 20, 2023 · 1 comment
Labels
bug Something isn't working.

Comments

@tenkuken
Copy link

tenkuken commented Oct 20, 2023

Describe the bug
Fingerprint Generator produces wrong font family

To Reproduce
const browserFingerprintWithHeaders = fpGenerator.getFingerprint({
'browsers': [{ name: 'chrome' }],
'locales': ['en-US', 'en'],
'operatingSystems': ["linux"], // windows, macos, linux, android and ios.
'devices': ['desktop'], // desktop and mobile
});
Microsoft font output:
Arabic Typesetting,Arial Unicode MS,Bitstream Vera Sans Mono,Calibri,Century Gothic,Haettenschweiler,Helvetica Neue,Leelawadee,Levenim MT,Menlo,MS Outlook,MT Extra,MYRIAD PRO,Marlett,Microsoft Uighur,Minion Pro,Monotype Corsiva,Segoe UI Light,SimHei,Vrinda

Expected behavior
Linux font output

System information:
Debian 12

Additional context
Some website check this fonts to determine OS

@tenkuken tenkuken added the bug Something isn't working. label Oct 20, 2023
@barjin
Copy link
Collaborator

barjin commented Oct 24, 2023

Duplicate of #8

@barjin barjin marked this as a duplicate of #8 Oct 24, 2023
@barjin barjin closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants