diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-04-03 20:50:42 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-04-03 20:50:42 +0200 |
commit | 50cc2be4e653cbaf84fb6324c4b9876bd896cca3 (patch) | |
tree | 5da6ee0e8cdd1674182f2e3083ec3aad6911c892 /application | |
parent | fee49d14a430cc45bb6a51718c6463754ab50b7b (diff) | |
parent | 1bfc115e445045ebbf383960e57dd4f2a40c4172 (diff) |
Merge pull request #2382 from garthkerr/add-bot-agents
Add common robot user agents.
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 4 |
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 */ |