Skip to content

Commit ddce484

Browse files
committed
added Applebot and redditbot to user agent checks
1 parent 83584a8 commit ddce484

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/prerender_rails.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ def initialize(app, options={})
2525
'developers.google.com/+/web/snippet',
2626
'slackbot',
2727
'vkShare',
28-
'W3C_Validator'
28+
'W3C_Validator',
29+
'redditbot',
30+
'Applebot'
2931
]
3032

3133
@extensions_to_ignore = [

0 commit comments

Comments
 (0)