diff options
author | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:18:48 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:19:31 +0200 |
commit | 409a950bd856dddac28b3212a1acd014ab7ee336 (patch) | |
tree | 84e036128c74e4bfb92f028619d5f58ea5619955 | |
parent | 20ddc4692ed4d91cfbeae3354c0e5ef518b882a3 (diff) |
[ci skip] Merge pull request #5922 from robsonpiere/develop
Add UptimeRobot user agent
-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 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' ); |