diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-26 09:24:32 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-26 09:24:32 +0200 |
commit | 1555eaf8f3e2d7715ee28a7fd192f070d4718891 (patch) | |
tree | 0e965e2f1ccdd2d745bca49f77b413d886d04afa | |
parent | 41ce740fcdbf67d352f674783a6d2e6e89fd0eaf (diff) | |
parent | 5bdcdd1f6c263ecdccabeb20f313215fb8532b88 (diff) |
Merge pull request #4648 from el-ma/develop
[ci skip] Add two more robots to config/user_agents.php
-rw-r--r-- | application/config/user_agents.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index f520df9bd..1359bbea9 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -209,5 +209,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' ); |