summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-05-25 17:12:46 +0200
committerAndrey Andreev <narf@devilix.net>2016-05-25 17:13:30 +0200
commitc0d1b651fb44742711180465a6b677b1cf538137 (patch)
treea6a9b12967c96416ef59d696c0c3c2ac3502f0af /application
parent75794bccae31233bb7f8e12915f42562ac4eb295 (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.php3
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'
);