summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorJacques du Rand <jacquesdr@gmail.com>2014-11-23 08:18:03 +0100
committerJacques du Rand <jacquesdr@gmail.com>2014-11-23 08:18:03 +0100
commit70ba13a3ba92852dddb6f2cb058932b332ed8773 (patch)
tree3b7bf57d97277bf9db4d64c42efd4bfe345c492c /application/config/user_agents.php
parented3fc511e4e5aa7b171fd806e73401ace2497b32 (diff)
Updated list of bots - mostly google-like
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 51530e2f8..5a6428611 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -238,7 +238,12 @@ $robots = array(
'infoseek' => 'InfoSeek Robot 1.0',
'lycos' => 'Lycos',
'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 */
-/* Location: ./application/config/user_agents.php */ \ No newline at end of file
+/* Location: ./application/config/user_agents.php */