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

Adding 5 new crawlers, changed Microsoft Office identification string due to a new UA string #416

Closed chopsol closed 3 years ago

chopsol commented 3 years ago

I saw a crawler with this UA: Mozilla/4.0 (compatible; ms-office) and added "ms-office" as a new crawler string. But this seems to break a normal UA Matching. Should i remove "ms-office" as crawler UA?

JayBizzle commented 3 years ago

I saw a crawler with this UA: Mozilla/4.0 (compatible; ms-office) and added "ms-office" as a new crawler string. But this seems to break a normal UA Matching. Should i remove "ms-office" as crawler UA?

Yes, I think we should remove that for now 👍🏻

JayBizzle commented 3 years ago

Awesome, thanks 👍