ci: disable lighthouse csp-xss assertions

This commit is contained in:
Robert Kaussow 2021-06-06 22:31:42 +02:00
parent 9124918066
commit 46dfc1b1ff
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

@ -15,6 +15,7 @@ ci:
preset: "lighthouse:no-pwa"
assertions:
uses-long-cache-ttl: off
csp-xss: off
tap-targets: warn
unsized-images: warn
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460