summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2020-07-09 10:18:48 +0200
committerAndrey Andreev <narf@devilix.net>2020-07-09 10:19:31 +0200
commit409a950bd856dddac28b3212a1acd014ab7ee336 (patch)
tree84e036128c74e4bfb92f028619d5f58ea5619955 /application
parent20ddc4692ed4d91cfbeae3354c0e5ef518b882a3 (diff)
[ci skip] Merge pull request #5922 from robsonpiere/develop
Add UptimeRobot user agent
Diffstat (limited to 'application')
-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 c4429aac5..5e1f6afba 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -217,5 +217,6 @@ $robots = array(
'curious george' => 'Curious George',
'ia_archiver' => 'Alexa Crawler',
'MJ12bot' => 'Majestic-12',
- 'Uptimebot' => 'Uptimebot'
+ 'Uptimebot' => 'Uptimebot',
+ 'UptimeRobot' => 'UptimeRobot'
);