From: Michael Date: Fri, 11 Jun 2021 14:37:20 +0000 (+0000) Subject: Blockbot: Added "axios" to the "good" agents X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4791838cfd8693eb624ead82bb9e94799641a041;p=friendica-addons.git Blockbot: Added "axios" to the "good" agents --- diff --git a/blockbot/blockbot.php b/blockbot/blockbot.php index b29ebe0f..0feb8d5c 100644 --- a/blockbot/blockbot.php +++ b/blockbot/blockbot.php @@ -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);