forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpect-CT.json
48 lines (48 loc) · 1.51 KB
/
Expect-CT.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
{
"http": {
"headers": {
"Expect-CT": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Expect-CT",
"spec_url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-expect-ct-08#section-2.1",
"support": {
"chrome": {
"version_added": "61",
"notes": "Before later builds of Chrome 64, invalid Expect-CT reports would be sent. Newer versions do not send reports after 10 weeks from the build date. See <a href='https://crbug.com/786563'>bug 786563</a>."
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1281469'>bug 1281469</a>."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": "48"
},
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}