diff --git a/http/headers/Permissions-Policy.json b/http/headers/Permissions-Policy.json index ff13ca7f6f719..ae157e9192899 100644 --- a/http/headers/Permissions-Policy.json +++ b/http/headers/Permissions-Policy.json @@ -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 allow attribute on <iframe> 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 allow attribute on <iframe> 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",