From: Michael Vogel Date: Sun, 12 Jul 2020 08:41:29 +0000 (+0200) Subject: Blockbot: There are still some more bots ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50d59f5ecd90716a8598ccc35601b1ac1ec71ab0;p=friendica-addons.git Blockbot: There are still some more bots ... --- diff --git a/blockbot/blockbot.php b/blockbot/blockbot.php index 8c1b7a8a..6bf70970 100644 --- a/blockbot/blockbot.php +++ b/blockbot/blockbot.php @@ -117,9 +117,9 @@ 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', 'Java/', 'libwww-perl/', 'Mastodon/', + 'Dispatch/', 'Ruby', 'Java/', 'libwww-perl/', 'Mastodon/', 'FeedlyApp/', 'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/', - 'W3C_Validator/', 'NetNewsWire', 'FeedValidator/']; + 'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com']; if (DI::config()->get('blockbot', 'good_crawlers')) { $agents = array_merge($agents, $good_agents);