Skip to content

Commit

Permalink
Add cross-origin-isolated Permission Policy directive data (#22551)
Browse files Browse the repository at this point in the history
* Add `cross-origin-isolated` Permission Policy directive data

https://chromestatus.com/feature/5690888397258752

* Address review comments

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
0xedward and Elchi3 committed Jun 17, 2024
1 parent deb4ad2 commit 1acba5c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions http/headers/Permissions-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,39 @@
}
}
},
"cross-origin-isolated": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/infrastructure.html#cross-origin-isolated-feature",
"support": {
"chrome": {
"version_added": "87"
},
"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
}
}
},
"display-capture": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/display-capture",
Expand Down

0 comments on commit 1acba5c

Please sign in to comment.