From 056b32cc6df319937e6d03d146b255b286dfd2c0 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 12 Jun 2019 16:27:15 +0000 Subject: [PATCH] Another one ... --- blockbot/blockbot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blockbot/blockbot.php b/blockbot/blockbot.php index 789e78cb..e46d98a8 100644 --- a/blockbot/blockbot.php +++ b/blockbot/blockbot.php @@ -44,7 +44,8 @@ function blockbot_init_1(App $a) { 'NetcraftSurveyAgent/', 'Dataprovider.com', 'SMTBot/', 'Nimbostratus-Bot/', 'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler', 'AhrefsBot/', 'YandexBot/', 'Exabot/', 'Mediumbot-MetaTagFetcher/', - 'WhatsApp/', 'TelegramBot', 'SurdotlyBot/', 'BingPreview/', 'SabsimBot/']; + 'WhatsApp/', 'TelegramBot', 'SurdotlyBot/', 'BingPreview/', 'SabsimBot/', + 'CCBot/']; foreach ($agents as $agent) { if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {