UNPKG

1.46 kBPlain TextView Raw
1{
2 "connector": {
3 "name": "puppeteer",
4 "options": {
5 "waitUntil": "networkidle2"
6 }
7 },
8 "hintsTimeout": 120000,
9 "hints": {
10 "apple-touch-icons": "warning",
11 "button-type": "warning",
12 "content-type": "warning",
13 "disown-opener": "warning",
14 "highest-available-document-mode": "warning",
15 "html-checker": "warning",
16 "http-cache": "warning",
17 "http-compression": "warning",
18 "image-optimization-cloudinary": "off",
19 "manifest-app-name": "warning",
20 "manifest-exists": "warning",
21 "manifest-file-extension": "warning",
22 "manifest-is-valid": "warning",
23 "meta-charset-utf-8": "warning",
24 "meta-viewport": "warning",
25 "minified-js": "warning",
26 "no-bom": "warning",
27 "no-broken-links": "warning",
28 "no-disallowed-headers": "warning",
29 "no-friendly-error-pages": "warning",
30 "no-html-only-headers": "warning",
31 "no-http-redirects": "warning",
32 "no-p3p": "warning",
33 "no-protocol-relative-urls": "warning",
34 "no-vulnerable-javascript-libraries": "warning",
35 "performance-budget": "warning",
36 "sri": "warning",
37 "ssllabs": "off",
38 "strict-transport-security": "warning",
39 "stylesheet-limits": "warning",
40 "validate-set-cookie-header": "warning",
41 "x-content-type-options": "warning"
42 }
43}