diff options
author | Robson Piere <robsonpiere@outlook.com> | 2020-03-03 14:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 14:32:32 +0100 |
commit | c88c2713b550e6edb4dee50aafa0a29d8e62921a (patch) | |
tree | af1f5926d7bcf19dc811a0fd64fc43c6a6d54f1e /application/config | |
parent | 2ad24af488da7dc518684cc146914b2937749031 (diff) |
Add UptimeRobot user agent
Add UptimeRobot user agent, a free website monitor.
https://uptimerobot.com/
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/user_agents.php | 3 |
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' ); |