Skip to content

Commit c8237b1

Browse files
committed
Chrome-Lighthouse (Google Page Speed Insights) user agents are now Chrome-Lighthouse
https://developers.google.com/speed/pagespeed/insights Full User Agents "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Safari/537.36 Chrome-Lighthouse", "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36 Chrome-Lighthouse"
1 parent d9feada commit c8237b1

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)