forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclear-site-data.json
112 lines (112 loc) · 2.58 KB
/
clear-site-data.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"spec": {
"title": "Clear Site Data",
"url": "https://w3c.github.io/webappsec-clear-site-data/"
},
"refs": {
"normative": [
{
"name": "CHANNELID",
"url": "https://tools.ietf.org/html/draft-balfanz-tls-channelid"
},
{
"name": "FETCH",
"url": "https://fetch.spec.whatwg.org/"
},
{
"name": "FILE-SYSTEM-API",
"url": "https://www.w3.org/TR/file-system-api/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "INDEXEDDB",
"url": "https://www.w3.org/TR/IndexedDB/"
},
{
"name": "IndexedDB-2",
"url": "https://www.w3.org/TR/IndexedDB-2/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "MIXED-CONTENT",
"url": "https://www.w3.org/TR/mixed-content/"
},
{
"name": "PSL",
"url": "https://publicsuffix.org/"
},
{
"name": "RFC2119",
"url": "https://tools.ietf.org/html/rfc2119"
},
{
"name": "RFC3864",
"url": "https://tools.ietf.org/html/rfc3864"
},
{
"name": "RFC5234",
"url": "https://tools.ietf.org/html/rfc5234"
},
{
"name": "RFC6265",
"url": "https://httpwg.org/specs/rfc6265.html"
},
{
"name": "RFC6454",
"url": "https://tools.ietf.org/html/rfc6454"
},
{
"name": "RFC7230",
"url": "https://httpwg.org/specs/rfc7230.html"
},
{
"name": "RFC7234",
"url": "https://httpwg.org/specs/rfc7234.html"
},
{
"name": "RFC7235",
"url": "https://httpwg.org/specs/rfc7235.html"
},
{
"name": "RFC7405",
"url": "https://tools.ietf.org/html/rfc7405"
},
{
"name": "SERVICE-WORKERS",
"url": "https://www.w3.org/TR/service-workers-1/"
},
{
"name": "TOKBIND",
"url": "https://tools.ietf.org/html/draft-ietf-tokbind-protocol"
},
{
"name": "URL",
"url": "https://url.spec.whatwg.org/"
},
{
"name": "WEBDATABASE",
"url": "https://www.w3.org/TR/webdatabase/"
}
],
"informative": [
{
"name": "CSP",
"url": "https://www.w3.org/TR/CSP3/"
},
{
"name": "RFC6919",
"url": "https://tools.ietf.org/html/rfc6919"
},
{
"name": "STORAGE",
"url": "https://storage.spec.whatwg.org/"
}
]
}
}