From 020ef76d0e44b4067187bd53b46810f77c29bc2a Mon Sep 17 00:00:00 2001 From: Neil Gierman Date: Thu, 8 Mar 2018 07:58:33 -0600 Subject: [PATCH] Move oBot entry lower as to not incorrectly get picked for other *obot robots. --- wwwroot/cgi-bin/lib/robots.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wwwroot/cgi-bin/lib/robots.pm b/wwwroot/cgi-bin/lib/robots.pm index 3c0d4264..05cdb7e5 100644 --- a/wwwroot/cgi-bin/lib/robots.pm +++ b/wwwroot/cgi-bin/lib/robots.pm @@ -562,7 +562,6 @@ 'nutch\-1\.8/', 'NutchCVS/', 'o\.uk[\x20]robot', -'oBot/', 'ocrawler;', 'ODP[\x20]link[\x20]checker', 'Offline[\x20]Explorer/', @@ -1475,6 +1474,8 @@ 'curl', 'php', 'ruby/', +# Moving oBot here so it doesn't get assigned for other *obot robots +'oBot/', 'no_user_agent' ); @@ -1650,7 +1651,6 @@ 'nutch\-1\.8/','nutch-1.8', 'NutchCVS/','NutchCVS', 'o\.uk[\x20]robot','o uk.robot', -'oBot/','oBot', 'ocrawler;','ocrawler;', 'ODP[\x20]link[\x20]checker','ODP link checker', 'Offline[\x20]Explorer/','Offline Explorer', @@ -2559,6 +2559,8 @@ 'php','A PHP script', 'ruby/','Ruby script', 'no_user_agent','empty user agent string', +# Moving oBot towards the end so it does not pick up other *obot robots +'oBot/','oBot', # Unknown robots identified by hit on robots.txt 'unknown','Unknown robot (identified by hit on robots.txt)' ); -- 2.47.2