We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Duplicate of #8
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: