]> git.mxchange.org Git - friendica-addons.git/commitdiff
Some more bot agents added
authorMichael <heluecht@pirati.ca>
Wed, 8 Jul 2020 19:24:00 +0000 (19:24 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 8 Jul 2020 19:24:00 +0000 (19:24 +0000)
blockbot/blockbot.php

index 778358b553619116c08f1533d867316a6cbfca4f..9e6ce82c03f0dc65861626d992048171eb710ea0 100644 (file)
@@ -76,7 +76,7 @@ function blockbot_init_1(App $a) {
                '7Siters/', 'KOCMOHABT', 'Google-SearchByImage', 'FemtosearchBot/',
                'HubSpot Crawler', 'DomainStatsBot/', 'Re-re Studio', 'AwarioSmartBot/',
                'SummalyBot/', 'DNSResearchBot/', 'PetalBot;', 'Nmap Scripting Engine;',
-               'Google-Apps-Script; beanserver;', 'woorankreview/', 'Seekport Crawler;'];
+               'Google-Apps-Script; beanserver;', 'woorankreview/', 'Seekport Crawler;', 'AHC/'];
 
        if (!DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);
@@ -116,7 +116,8 @@ function blockbot_init_1(App $a) {
                'Faraday v', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests',
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
                'Dispatch/', 'Ruby', 'Java/', 'libwww-perl/', 'Mastodon/',
-               'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/'];
+               'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/',
+               'W3C_Validator/', 'NetNewsWire'];
 
        if (DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);