From 46dfc1b1ffdbb24ee7b67d78965acc3d603c45ef Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 6 Jun 2021 22:31:42 +0200 Subject: [PATCH] ci: disable lighthouse csp-xss assertions --- .lighthouserc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lighthouserc.yml b/.lighthouserc.yml index b67428f..19d43ec 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -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