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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: