summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorGarth Kerr <garthkerr@gmail.com>2013-04-03 19:02:21 +0200
committerGarth Kerr <garthkerr@gmail.com>2013-04-03 19:02:21 +0200
commit1bfc115e445045ebbf383960e57dd4f2a40c4172 (patch)
tree5da6ee0e8cdd1674182f2e3083ec3aad6911c892 /application/config/user_agents.php
parentfee49d14a430cc45bb6a51718c6463754ab50b7b (diff)
Add common robot user agents.
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 35c36cb42..0aae987a2 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -208,13 +208,15 @@ $mobiles = array(
$robots = array(
'googlebot' => 'Googlebot',
'msnbot' => 'MSNBot',
+ 'baiduspider' => 'Baiduspider',
'bingbot' => 'Bing',
'slurp' => 'Inktomi Slurp',
'yahoo' => 'Yahoo',
'askjeeves' => 'AskJeeves',
'fastcrawler' => 'FastCrawler',
'infoseek' => 'InfoSeek Robot 1.0',
- 'lycos' => 'Lycos'
+ 'lycos' => 'Lycos',
+ 'yandex' => 'YandexBot'
);
/* End of file user_agents.php */