We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34b435 commit 9dc8b5dCopy full SHA for 9dc8b5d
1 file changed
lighthouserc.json
@@ -12,10 +12,11 @@
12
"uses-text-compression": "off",
13
"render-blocking-resources": "off",
14
"uses-rel-preload": "off",
15
- "first-contentful-paint": ["warn", {"minScore": 0.8}],
+ "first-contentful-paint": ["error", {"maxNumbericValue": 1000}],
16
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
17
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
18
- "deprecations": "off"
+ "deprecations": "off",
19
+ "csp-xss": "off"
20
}
21
},
22
"upload": {
0 commit comments