And some more added "good" agent

pull/849/head
Michael Vogel 2019-04-27 15:50:25 +02:00
parent 8c385accd6
commit 77acddba49
1 changed files with 1 additions and 1 deletions

View File

@ -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/