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

Navigator user Agent undefined #12

Open
wh1t3h47 opened this issue Dec 4, 2024 · 1 comment
Open

Navigator user Agent undefined #12

wh1t3h47 opened this issue Dec 4, 2024 · 1 comment

Comments

@wh1t3h47
Copy link

wh1t3h47 commented Dec 4, 2024

I don't know if I should open issue here or in the original repo, and if it was not yet fixed?
Sometimes we want to get navigator.userAgent (i.e. I need to pass the same user agent that playwright is using to aiohttp or other fetch lib)

Having navigator.userAgent undefined breaks scripts (like Google Search's captcha) and can also be used for fingerprint (i.e.: FingerprintJS)

May I ask, how is the status of fingerprintjs detection? last time I checked in the original one, fingerprint.com could still get stealth plugin

@Mattwmaster58
Copy link
Owner

Mattwmaster58 commented Dec 10, 2024

Having navigator.userAgent undefined breaks scripts

This should never be the case with this library, unless you explicitly specify an undefined UA to use. If userAgent is undefined, that's a bug.

May I ask, how is the status of fingerprintjs detection?

This is not something that is tested against at the moment. If there is a specific test that is failing, (especially in spite of a specific evasion) then that's a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants