Skip to content

Commit

Permalink
put back display-capture directive support (#18257)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Dec 13, 2022
1 parent da8d865 commit 83b22e1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions http/headers/Permissions-Policy.json
Expand Up @@ -256,6 +256,50 @@
}
}
},
"display-capture": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Feature-Policy/display-capture",
"spec_url": "https://w3c.github.io/mediacapture-screen-share/#permissions-policy-integration",
"support": {
"chrome": {
"version_added": "94"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "74",
"alternative_name": "Feature-Policy: display-cature",
"partial_implementation": true,
"notes": "Only supported through the <code>allow</code> attribute on <code>&lt;iframe&gt;</code> elements."
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "13",
"alternative_name": "Feature-Policy: display-capture",
"partial_implementation": true,
"notes": "Only supported through the <code>allow</code> attribute on <code>&lt;iframe&gt;</code> elements."
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"document-domain": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Permissions-Policy/document-domain",
Expand Down

0 comments on commit 83b22e1

Please sign in to comment.