forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSRI.json
43 lines (43 loc) · 916 Bytes
/
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
{
"spec": {
"title": "Subresource Integrity",
"url": "https://www.w3.org/TR/SRI/"
},
"refs": {
"normative": [
{
"name": "ABNF",
"url": "https://tools.ietf.org/html/rfc5234"
},
{
"name": "CORS",
"url": "http://www.w3.org/TR/cors/"
},
{
"name": "FETCH",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "MIMETYPE",
"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": "RFC6454",
"url": "https://tools.ietf.org/html/rfc6454"
},
{
"name": "RFC7231",
"url": "https://tools.ietf.org/html/rfc7231"
}
],
"informative": []
}
}