-
Notifications
You must be signed in to change notification settings - Fork 33
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
Hide fingerprint and prevent bot detection #15
Comments
All about this issue will be updated in stealth. |
ysmood
changed the title
Block fingerprinting and bot detection
Hide fingerprint and prevent bot detection
Mar 23, 2021
One simple but tricky way to hide the fingerprint is to hijack the js the web uses to calculate the fingerprint. The pro is that it doesn't require us to override any global interface, the con is different websites may use different key codes to calculate the fingerprint. |
Any update on this please? |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go-rod/rod#29 (comment)
Blocking fingerprinting is more like a "cat and mouse" game, I won't say there could be a common way, so it'll be a long-term thing to do.
We need to figure out the ways they collect unique information from the browser, then use js to hook them.
Fortunately, we can get all source codes from the client-side, even if they're obfuscated.
Some information:
The text was updated successfully, but these errors were encountered: