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:12:46 +0200 |
commit | 41ce740fcdbf67d352f674783a6d2e6e89fd0eaf (patch) | |
tree | 5f3555eb101c74cfaf26e6c3c06af643a7920430 | |
parent | b76fa12f3cc23e18d53d10b6eb665405df7e726b (diff) | |
parent | df70014e4be5b7d45c123adecd194b457ffb971b (diff) |
Merge pull request #4646 from el-ma/develop
[ci skip] Add "Alexa Crawler" to robots
-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 721ec08d3..f520df9bd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -208,5 +208,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' ); |