Skip to content

Make Permissions-Policy HTTP header OPTIONAL #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Make Permissions-Policy HTTP header OPTIONAL
  • Loading branch information
marcoscaceres committed Feb 23, 2023
commit 77c3272f23750a3ccbfaf9684792aa851bd28299
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@ <h2>
allowlist/'self'=], which means third-party contexts are not [=allowed
to use=] the API by default.
</p>
<p>
It is OPTIONAL for user agents for user agents to support
[[[PERMISSIONS-POLICY]]]'s `Permissions-Policy` HTTP header.
</p>
<p>
Developers can use the means afforded by the [[[permissions-policy]]]
specification to control if and when a third-party context is [=allowed
Expand All @@ -708,6 +712,11 @@ <h2>
[[[Permissions-Policy]]] specification before relying on it to enable
the Web Share API in third-party contexts.
</p>
<p>
The Working Group expects to make the `Permissions-Policy` HTTP
header mandatory in a future revisions of this specification, once
the header is more widely supported.
</p>
</aside>
</section>
<section class="informative" id="a11y">
Expand Down