JayBizzle / Crawler-Detect

🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
https://crawlerdetect.io
MIT License
1.96k stars 255 forks source link

Don't treat WeChat as bot (MicroMessenger) #395

Closed tractorcow closed 4 years ago

tractorcow commented 4 years ago

This PR reverts a prior issue, where WeChat browser was mis-categorised as a bot. While there are poorly behaved bots that do masquerade with this user agent, it's also not a valid bot agent, and should not be categorising valid traffic as such.

Revert of #358 Replaces #384

JayBizzle commented 4 years ago

Thanks!

tractorcow commented 4 years ago

Appreciated @JayBizzle :)