From 77acddba49c6e53f0d398ba780e3dce9c58ef575 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 27 Apr 2019 15:50:25 +0200 Subject: [PATCH] And some more added "good" agent --- blockbot/blockbot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockbot/blockbot.php b/blockbot/blockbot.php index 587bc9d13..1792593fd 100644 --- a/blockbot/blockbot.php +++ b/blockbot/blockbot.php @@ -36,7 +36,7 @@ function blockbot_init_1(App $a) { // List of strings of reported false positives $agents = ['Mastodon', 'hackney', 'Faraday', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests', - 'WordPress']; + 'WordPress', 'http.rb']; foreach ($agents as $agent) { if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) { // The agents had been reported to https://github.com/JayBizzle/Crawler-Detect/issues/