From c88c2713b550e6edb4dee50aafa0a29d8e62921a Mon Sep 17 00:00:00 2001 From: Robson Piere Date: Tue, 3 Mar 2020 10:32:32 -0300 Subject: Add UptimeRobot user agent Add UptimeRobot user agent, a free website monitor. https://uptimerobot.com/ --- application/config/user_agents.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application') diff --git a/application/config/user_agents.php b/application/config/user_agents.php index c866903f6..21251f46f 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -218,5 +218,6 @@ $robots = array( 'curious george' => 'Curious George', 'ia_archiver' => 'Alexa Crawler', 'MJ12bot' => 'Majestic-12', - 'Uptimebot' => 'Uptimebot' + 'Uptimebot' => 'Uptimebot', + 'UptimeRobot' => 'UptimeRobot' ); -- cgit v1.2.3-24-g4f1b