omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
908 stars 74 forks source link

Chrome was wrongly recognised as a bot #127

Closed spartanz51 closed 3 years ago

spartanz51 commented 3 years ago

User Agent String

Mozilla/5.0 (Linux; Android 10; SM-G973F Build/QQ3A.200805.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.101 Mobile Safari/537.36 trill_2021806060 JsSdk/1.0 NetType/WIFI Channel/googleplay AppName/musical_ly app_version/18.6.6 ByteLocale/fr ByteFullLocale/fr Region/FR

This user agent is from Tiktok webview, on Android It seems that the string "google" is triggering your pattern

Reproduce

Open tiktok Open a link in user bio: you are detected as a bot

omrilotan commented 3 years ago

Thank you for this ticket. Issue was addressed in isbot@3.0.25 Review