From 19aad8afcc770848fd356bd5f8c2d8286c6e97a3 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 8 Jan 2023 16:51:01 +0100 Subject: [PATCH] update bot detection with a few more UA names --- classes/useragent.php-class | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/useragent.php-class b/classes/useragent.php-class index 6aea289..00ceb3a 100755 --- a/classes/useragent.php-class +++ b/classes/useragent.php-class @@ -982,12 +982,12 @@ class userAgent { $botArray = [ 'Scooter', 'Spinne', 'Vagabondo', 'Firefly', 'Scrubby', 'NG', 'Pompos', 'Szukacz', 'Schmozilla', '42_HAL', - 'NetResearchServer', 'LinkWalker', 'Zeus', 'W3C_Validator', 'ZyBorg', 'Ask Jeeves', 'ia_archiver', + 'NetResearchServer', 'LinkWalker', 'Zeus', 'W3C_Validator', 'ZyBorg', 'Ask Jeeves', 'ia_archiver', 'ichiro', 'PingALink Monitoring Services', 'IlTrovatore-Setaccio', 'Nutch', 'Mercator', 'search.ch', 'appie', 'larbin', 'NutchCVS', 'Webchat', 'Mediapartners-Google', 'sitecheck.internetseer.com', 'FavOrg', 'findlinks', 'DataCha0s', - 'ichiro', 'Francis', 'CoralWebPrx', 'DoCoMo', 'Ocelli', 'Sogou Video', 'Yandex', 'Yeti', - 'Austronaut-URL-Checker', 'check_ssl_cert', 'check_http', 'vdirsyncer', 'Feedbin feed-id', - 'Cloudflare Custom Hostname Verification', 'FreshRSS', 'UniversalFeedParser', + 'Francis', 'CoralWebPrx', 'DoCoMo', 'Ocelli', 'Sogou Video', 'Yandex', 'Yeti', 'SEO Scanner', 'Feedbin feed-id', + 'Austronaut-URL-Checker', 'check_ssl_cert', 'check_http', 'vdirsyncer', 'FreshRSS', 'UniversalFeedParser', + 'Cloudflare Custom Hostname Verification', 'Scoop.it', ]; if (in_array($this->brand, $botArray)) { -- 2.35.3