]> git.mxchange.org Git - friendica-addons.git/commitdiff
Three bad bots added
authorMichael <heluecht@pirati.ca>
Wed, 12 Jun 2019 09:11:54 +0000 (09:11 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 12 Jun 2019 09:11:54 +0000 (09:11 +0000)
blockbot/blockbot.php

index 0a73b6e1f9a075b2796dddee6f53cb9ad8d32337..789e78cb3e7c9e01d3b4882611e828fada729af9 100644 (file)
@@ -44,7 +44,7 @@ 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'];
+               'WhatsApp/', 'TelegramBot', 'SurdotlyBot/', 'BingPreview/', 'SabsimBot/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {