From: Michael Vogel Date: Thu, 30 May 2019 13:12:52 +0000 (+0200) Subject: Merge branch 'false-positive' of github.com:annando/friendica-addons into false-positive X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a42b79872203c817b78fbb3259f1689535319370;p=friendica-addons.git Merge branch 'false-positive' of github.com:annando/friendica-addons into false-positive --- a42b79872203c817b78fbb3259f1689535319370 diff --cc blockbot/blockbot.php index ce296b5a,d4eb54a7..81531f32 --- a/blockbot/blockbot.php +++ b/blockbot/blockbot.php @@@ -38,7 -38,7 +38,7 @@@ function blockbot_init_1(App $a) 'PaperLiBot/', 'Nuzzel', 'um-LN/', 'Google Favicon', 'Datanyze', 'BLEXBot/', '360Spider', 'adscanner/', 'HeadlessChrome', 'wpif', 'startmebot/', 'Googlebot/', 'Applebot/', 'facebookexternalhit/', 'GoogleImageProxy', 'bingbot/', 'heritrix/', 'ldspider', - 'AwarioRssBot/', 'Zabbix', 'PhantomJS/']; - 'AwarioRssBot/', 'Zabbix', 'TweetmemeBot/', 'dcrawl/']; ++ 'AwarioRssBot/', 'Zabbix', 'TweetmemeBot/', 'dcrawl/', 'PhantomJS/']; foreach ($agents as $agent) { if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {