]> git.mxchange.org Git - friendica-addons.git/commitdiff
Blockbot: Added "axios" to the "good" agents
authorMichael <heluecht@pirati.ca>
Fri, 11 Jun 2021 14:37:20 +0000 (14:37 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 11 Jun 2021 14:37:20 +0000 (14:37 +0000)
blockbot/blockbot.php

index b29ebe0fb4d955676b9fbb2fff011d156c8f8d36..0feb8d5cc43c881de922377055ab845d59e093ec 100644 (file)
@@ -114,7 +114,7 @@ function blockbot_init_1(App $a) {
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
                'Dispatch/', 'Ruby', 'Java/', 'libwww-perl/', 'Mastodon/', 'FeedlyApp/',
                'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/',
-               'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com'];
+               'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com', 'axios/'];
 
        if (DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);