diff options
author | Andrey Andreev <narf@devilix.net> | 2020-07-09 10:18:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 10:18:48 +0200 |
commit | f56a958f726d5bb77a49dda5b7874be905736b00 (patch) | |
tree | 1c09122deaa6f4ae1e5812524d28cc5aeda4d391 /application/config | |
parent | ee442e36c8b16a9b4a09a859abe8e3dd3458be35 (diff) | |
parent | c88c2713b550e6edb4dee50aafa0a29d8e62921a (diff) |
[ci skip] Merge pull request #5922 from robsonpiere/develop
Add UptimeRobot user agent
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' ); |