summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorRobson Piere <robsonpiere@outlook.com>2020-03-03 14:32:32 +0100
committerGitHub <noreply@github.com>2020-03-03 14:32:32 +0100
commitc88c2713b550e6edb4dee50aafa0a29d8e62921a (patch)
treeaf1f5926d7bcf19dc811a0fd64fc43c6a6d54f1e /application/config/user_agents.php
parent2ad24af488da7dc518684cc146914b2937749031 (diff)
Add UptimeRobot user agent
Add UptimeRobot user agent, a free website monitor. https://uptimerobot.com/
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php3
1 files changed, 2 insertions, 1 deletions
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'
);