Another one ...
authorMichael <heluecht@pirati.ca>
Wed, 12 Jun 2019 16:27:15 +0000 (16:27 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 12 Jun 2019 16:27:15 +0000 (16:27 +0000)
blockbot/blockbot.php

index 789e78c..e46d98a 100644 (file)
@@ -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)) {