Skip to content

Commit 4d67c62

Browse files
authored
Merge pull request #47 from edgarv09/add-chrome-lighthouse
Add Chrome-Lighthouse (Google Page Speed Insights) to user agent list
2 parents d9feada + c8237b1 commit 4d67c62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/prerender_rails.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def initialize(app, options={})
3434
'nuzzel',
3535
'Discordbot',
3636
'Google Page Speed',
37-
'Qwantify'
37+
'Qwantify',
38+
'Chrome-Lighthouse'
3839
]
3940

4041
@extensions_to_ignore = [

0 commit comments

Comments
 (0)