summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-11-24 09:28:56 +0100
committerAndrey Andreev <narf@devilix.net>2014-11-24 09:28:56 +0100
commit8cdf3cf639eba454c9cdb5004379a012752b386f (patch)
tree5ada069d103f50757649162619a140d4106280cf
parent66096141d109437a84020a4744df0d0e7b5906b0 (diff)
parentcae7a4033429c39f1cbc10383cffe1afa7fdea99 (diff)
Merge pull request #3355 from rawoke083/develop
Updated list of robots in config/user_agents
-rw-r--r--application/config/user_agents.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 51530e2f8..35e3d5a33 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -229,15 +229,20 @@ $mobiles = array(
$robots = array(
'googlebot' => 'Googlebot',
'msnbot' => 'MSNBot',
- 'baiduspider' => 'Baiduspider',
+ 'baiduspider' => 'Baiduspider',
'bingbot' => 'Bing',
'slurp' => 'Inktomi Slurp',
'yahoo' => 'Yahoo',
'askjeeves' => 'AskJeeves',
- 'fastcrawler' => 'FastCrawler',
+ 'fastcrawler' => 'FastCrawler',
'infoseek' => 'InfoSeek Robot 1.0',
'lycos' => 'Lycos',
- 'yandex' => 'YandexBot'
+ 'yandex' => 'YandexBot',
+ 'mediapartners-google' => 'MediaPartners Google',
+ 'CRAZYWEBCRAWLER' => 'Crazy Webcrawler',
+ 'adsbot-google' => 'AdsBot Google',
+ 'feedfetcher-google' => 'Feedfetcher Google',
+ 'curious george' => 'Curious George'
);
/* End of file user_agents.php */