-
Notifications
You must be signed in to change notification settings - Fork 258
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
False positive detection of Yandex mobile browser as a bot due to HTTP_SEC_CH_UA header #541
Comments
For these requests could you provide the other It looks like this could be addressed already with #542 |
UserAgent Example: HTTP_SEC_CH_UA : |
Hi, since the latest patch (version 1.2.120) of crawler-detect, I've encountered an issue where the Yandex mobile browser is being falsely detected as a bot. This seems to be due to the addition of the HTTP_SEC_CH_UA header in the detection process.
In the Yandex mobile browser, the HTTP_SEC_CH_UA header includes the following string: "Not/A)Brand";v="8", "Chromium";v="126", "Yandex";v="24". The string "Yandex" triggers the bot detection, but this is a legitimate browser, not a bot.
Could this detection rule be adjusted in the next patch, or is there a way to configure it to avoid this false positive?
The text was updated successfully, but these errors were encountered: