]> git.mxchange.org Git - friendica-addons.git/commitdiff
Six more bots added
authorMichael <heluecht@pirati.ca>
Thu, 20 Jun 2019 05:31:53 +0000 (05:31 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 20 Jun 2019 05:31:53 +0000 (05:31 +0000)
blockbot/blockbot.php

index 50d790d6929204d7cfaf0988e17864b1229e61f7..c47e770560dddab8bb07a849c10b7ded3e181dc2 100644 (file)
@@ -45,7 +45,9 @@ function blockbot_init_1(App $a) {
                'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler',
                'AhrefsBot/', 'YandexBot/', 'Exabot/', 'Mediumbot-MetaTagFetcher/', 'WhatsApp/',
                'TelegramBot', 'SurdotlyBot/', 'BingPreview/', 'SabsimBot/', 'CCBot/', 'WbSrch/',
-               'DuckDuckBot-Https/', 'HTTP Banner Detection', 'YandexImages/', 'archive.org_bot'];
+               'DuckDuckBot-Https/', 'HTTP Banner Detection', 'YandexImages/', 'archive.org_bot',
+               'ArchiveTeam ArchiveBot/', 'yacybot', 'https://developers.google.com/+/web/snippet/',
+               'Scrapy/', 'github-camo', 'MJ12bot/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {
@@ -72,7 +74,7 @@ function blockbot_init_1(App $a) {
                'Faraday v', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests',
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
                'Dispatch/', 'Ruby', 'Uptimebot/', 'Java/', 'libwww-perl/', 'Mastodon/',
-               'lua-resty-http/'];
+               'lua-resty-http/', 'Test Certificate Info'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {