summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-05-26 09:24:32 +0200
committerAndrey Andreev <narf@devilix.net>2016-05-26 09:25:17 +0200
commitc6b01c8b602a8bb458f2817494f54c414ef40c8a (patch)
tree26edb8c7bfbc62ca445aaf9c531188e3f13b7581 /application
parente84a1f5814cc1c6dcfb20ab768e394720d42741b (diff)
Merge pull request #4648 from el-ma/develop
[ci skip] Add two more robots to config/user_agents.php
Diffstat (limited to 'application')
-rw-r--r--application/config/user_agents.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index e5954e988..798086b65 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -208,5 +208,7 @@ $robots = array(
'adsbot-google' => 'AdsBot Google',
'feedfetcher-google' => 'Feedfetcher Google',
'curious george' => 'Curious George',
- 'ia_archiver' => 'Alexa Crawler'
+ 'ia_archiver' => 'Alexa Crawler',
+ 'MJ12bot' => 'Majestic-12',
+ 'Uptimebot' => 'Uptimebot'
);