summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorel-ma <eyupcol@yahoo.com>2016-05-25 17:03:28 +0200
committerel-ma <eyupcol@yahoo.com>2016-05-25 17:03:28 +0200
commitdf70014e4be5b7d45c123adecd194b457ffb971b (patch)
tree5f3555eb101c74cfaf26e6c3c06af643a7920430 /application/config/user_agents.php
parentb76fa12f3cc23e18d53d10b6eb665405df7e726b (diff)
added "Alexa Crawler"
Diffstat (limited to 'application/config/user_agents.php')
-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 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'
);