forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSRI.json
72 lines (72 loc) · 1.63 KB
/
SRI.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"spec": {
"title": "Subresource Integrity",
"url": "https://w3c.github.io/webappsec-subresource-integrity/"
},
"refs": {
"normative": [
{
"name": "ABNF",
"url": "https://tools.ietf.org/html/rfc5234"
},
{
"name": "Fetch",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "HTML5",
"url": "https://www.w3.org/TR/html5/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "MIME-TYPES",
"url": "https://tools.ietf.org/html/rfc2046"
},
{
"name": "RFC2119",
"url": "https://tools.ietf.org/html/rfc2119"
},
{
"name": "RFC4648",
"url": "https://tools.ietf.org/html/rfc4648"
},
{
"name": "RFC7234",
"url": "https://httpwg.org/specs/rfc7234.html"
},
{
"name": "SECURE-CONTEXTS",
"url": "https://w3c.github.io/webappsec-secure-contexts/"
},
{
"name": "SHA2",
"url": "http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf"
}
],
"informative": [
{
"name": "RFC1035",
"url": "https://tools.ietf.org/html/rfc1035"
},
{
"name": "RFC6797",
"url": "https://tools.ietf.org/html/rfc6797"
},
{
"name": "RFC7469",
"url": "https://tools.ietf.org/html/rfc7469"
},
{
"name": "TLS",
"url": "https://tools.ietf.org/html/rfc8446"
}
]
}
}