diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-25 17:12:46 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-25 17:13:30 +0200 |
commit | c0d1b651fb44742711180465a6b677b1cf538137 (patch) | |
tree | a6a9b12967c96416ef59d696c0c3c2ac3502f0af /application | |
parent | 75794bccae31233bb7f8e12915f42562ac4eb295 (diff) |
Merge pull request #4646 from el-ma/develop
[ci skip] Add "Alexa Crawler" to robots
Diffstat (limited to 'application')
-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 1129dbacd..e5954e988 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -207,5 +207,6 @@ $robots = array( 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler', 'adsbot-google' => 'AdsBot Google', 'feedfetcher-google' => 'Feedfetcher Google', - 'curious george' => 'Curious George' + 'curious george' => 'Curious George', + 'ia_archiver' => 'Alexa Crawler' ); |