1
0

also block archive.org bot

This commit is contained in:
Garvin Hicking
2014-06-03 14:03:42 +02:00
parent 20cf96e969
commit bbf1456fd8

View File

@ -559,7 +559,8 @@ class serendipity_event_karma extends serendipity_event
if (stristr($agent, 'google')
|| stristr($agent, 'LinkWalker')
|| stristr($agent, 'zermelo')
|| stristr($agent, 'NimbleCrawler')) {
|| stristr($agent, 'NimbleCrawler')
|| stristr($agent, 'archive.org_bot')) {
$this->karmaVote = 'invalid1';
return ;
}