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

Fixed outbrain regex #402

Closed Bilge closed 4 years ago

Bilge commented 4 years ago

Considering all regex patterns are non-anchored, there is no reason to prefix any pattern with .*. Fortunately there is only one such pattern with this prefix.

MaxGiting commented 4 years ago

Good spot. Thank you