]> git.mxchange.org Git - friendica-addons.git/commitdiff
One good, many bad ...
authorMichael <heluecht@pirati.ca>
Tue, 11 Jun 2019 10:12:39 +0000 (10:12 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 11 Jun 2019 10:12:39 +0000 (10:12 +0000)
blockbot/blockbot.php

index a807c6e8af5ca9a05a7b613f6d1c0f081513bedf..e6ca684067cfa67b7e70b098cfeba56a59ccc7f7 100644 (file)
@@ -43,7 +43,8 @@ function blockbot_init_1(App $a) {
                'MegaIndex.ru/', 'SMUrlExpander', 'Hatena-Favicon/', 'Wappalyzer', 'FlipboardProxy/',
                'NetcraftSurveyAgent/', 'Dataprovider.com', 'SMTBot/', 'Nimbostratus-Bot/',
                'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler',
-               'AhrefsBot/', 'YandexBot/'];
+               'AhrefsBot/', 'YandexBot/', 'Exabot/', 'Mediumbot-MetaTagFetcher/',
+               'WhatsApp/', 'TelegramBot'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {
@@ -69,7 +70,7 @@ function blockbot_init_1(App $a) {
                'Python-urllib/', 'Liferea/', 'aiohttp/', 'WordPress.com Reader', 'hackney/',
                'Faraday v', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests',
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
-               'Dispatch/', 'Ruby', 'Uptimebot/'];
+               'Dispatch/', 'Ruby', 'Uptimebot/', 'Java/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {