diff --git a/Changes b/Changes index 2006ed5..a5332a3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for CGI-Info +0.08 + Mark Go-http-client as a robot + 0.82 Thu Aug 8 07:51:02 EDT 2024 Mark ClaudeBot as a robot Mark YaK/1.0 as a robot diff --git a/lib/CGI/Info.pm b/lib/CGI/Info.pm index c13d31a..c03e6f1 100644 --- a/lib/CGI/Info.pm +++ b/lib/CGI/Info.pm @@ -1431,7 +1431,7 @@ sub is_robot { } return 1; } - if($agent =~ /.+bot|axios\/1\.6\.7|bytespider|ClaudeBot|msnptc|is_archiver|backstreet|spider|scoutjet|gingersoftware|heritrix|dodnetdotcom|yandex|nutch|ezooms|plukkie|nova\.6scan\.com|Twitterbot|adscanner|python-requests|Mediatoolkitbot|NetcraftSurveyAgent|Expanse|serpstatbot|DreamHost SiteMonitor|techiaith.cymru|trendictionbot|ias_crawler|Yak\/1\.0|ZoominfoBot/i) { + if($agent =~ /.+bot|axios\/1\.6\.7|bytespider|ClaudeBot|msnptc|is_archiver|backstreet|spider|scoutjet|gingersoftware|heritrix|dodnetdotcom|yandex|nutch|ezooms|plukkie|nova\.6scan\.com|Twitterbot|adscanner|Go-http-client|python-requests|Mediatoolkitbot|NetcraftSurveyAgent|Expanse|serpstatbot|DreamHost SiteMonitor|techiaith.cymru|trendictionbot|ias_crawler|Yak\/1\.0|ZoominfoBot/i) { $self->{is_robot} = 1; return 1; }