Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2021-06-06 23:31:42 +0300
committerRobert Kaussow <mail@thegeeklab.de>2021-06-06 23:31:42 +0300
commit46dfc1b1ffdbb24ee7b67d78965acc3d603c45ef (patch)
treeb847a44b5b878e627022ec2a6875449f1ad54ca9 /.lighthouserc.yml
parent91249180660d998e53e1a0f1fa183b744f33fc89 (diff)
ci: disable lighthouse csp-xss assertions
Diffstat (limited to '.lighthouserc.yml')
-rw-r--r--.lighthouserc.yml1
1 files changed, 1 insertions, 0 deletions
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