-
Notifications
You must be signed in to change notification settings - Fork 72
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
Doesn't work for a headless detector website #30
Comments
confirmed |
+1 |
According to this it's actually quite easy to defeat that site because it relies on hacky superficial differences between browsers and automations. Tricking it is as simple as passing your "accept-language" header over as "Accept-Language". This worked for me:
|
@chrisspen looks like the basis for another evasion tactic. Although the current maintainer seems inactive, I've just requested maintainership. |
Here's the code:
Expected result should be
The result is: "You are not Chrome headless"
but the actual result isThe result is: "You are Chrome headless"
The text was updated successfully, but these errors were encountered: