Skip to content

Commit

Permalink
Add Origin-Agent-Cluster HTTP header (#21424)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Dec 2, 2023
1 parent a6076ea commit 9a7562e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions http/headers/Origin-Agent-Cluster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"http": {
"headers": {
"Origin-Agent-Cluster": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Origin-Agent-Cluster",
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#origin-agent-cluster",
"support": {
"chrome": {
"version_added": "90"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}

0 comments on commit 9a7562e

Please sign in to comment.