Skip to content

Commit f08a2ea

Browse files
kylerippeyandrew
authored andcommitted
Blocked a few more common bot user agents (#485)
1 parent ddaa62c commit f08a2ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/split/configuration.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def bots
4848
'spider' => 'generic web spider',
4949
'UnwindFetchor' => 'Gnip crawler',
5050
'WordPress' => 'WordPress spider',
51+
'YandexAccessibilityBot' => 'Yandex accessibility spider',
5152
'YandexBot' => 'Yandex spider',
53+
'YandexMobileBot' => 'Yandex mobile spider',
5254
'ZIBB' => 'ZIBB spider',
5355

5456
# HTTP libraries
@@ -73,10 +75,13 @@ def bots
7375
'facebookexternalhit' => 'facebook bot',
7476
'Feedfetcher-Google' => 'Google Feedfetcher',
7577
'https://developers.google.com/+/web/snippet' => 'Google+ Snippet Fetcher',
78+
'LinkedInBot' => 'LinkedIn bot',
7679
'LongURL' => 'URL expander service',
7780
'NING' => 'NING - Yet Another Twitter Swarmer',
81+
'Pinterest' => 'Pinterest Bot',
7882
'redditbot' => 'Reddit Bot',
7983
'ShortLinkTranslate' => 'Link shortener',
84+
'Slackbot' => 'Slackbot link expander',
8085
'TweetmemeBot' => 'TweetMeMe Crawler',
8186
'Twitterbot' => 'Twitter URL expander',
8287
'UnwindFetch' => 'Gnip URL expander',

0 commit comments

Comments
 (0)