-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.hintrc
49 lines (49 loc) · 1.12 KB
/
.hintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"connector": {
"name": "puppeteer"
},
"extends": [
"accessibility"
],
"formatters": [
"html",
"summary"
],
"hints": [
"apple-touch-icons",
"button-type",
"compat-api/css",
"compat-api/html",
"content-type",
"create-element-svg",
"css-prefix-order",
"disown-opener",
"highest-available-document-mode",
"html-checker",
"http-cache",
"http-compression",
"leading-dot-classlist",
"meta-charset-utf-8",
"meta-viewport",
"no-bom",
"no-disallowed-headers",
"no-friendly-error-pages",
"no-html-only-headers",
"no-http-redirects",
"no-inline-styles",
"no-protocol-relative-urls",
"no-vulnerable-javascript-libraries",
"scoped-svg-styles",
"sri",
"ssllabs",
"-strict-transport-security",
"stylesheet-limits",
"validate-set-cookie-header",
"x-content-type-options"
],
"hintsTimeout": 120000,
"parsers": [
"css",
"javascript"
]
}