Skip to content

Commit d0ea0fe

Browse files
marcoscacerestomayactantek
authored
Make Permissions-Policy HTTP header OPTIONAL (#275)
* Make Permissions-Policy HTTP header OPTIONAL * Update index.html Co-authored-by: Thomas Steiner <[email protected]> * Update index.html An editorial fix (the word "issues" was implied but missing), and rewrite last sentence of future spec expectations to improve grammar, remove use of a passive "mandatory" phrase. Feel free to revise that sentence further. --------- Co-authored-by: Thomas Steiner <[email protected]> Co-authored-by: Tantek Çelik <[email protected]>
1 parent 7f78426 commit d0ea0fe

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ <h2>
716716
allowlist/'self'=], which means third-party contexts are not [=allowed
717717
to use=] the API by default.
718718
</p>
719+
<p>
720+
It is OPTIONAL for user agents to support
721+
[[[PERMISSIONS-POLICY]]]'s `Permissions-Policy` HTTP header.
722+
</p>
719723
<p>
720724
Developers can use the means afforded by the [[[permissions-policy]]]
721725
specification to control if and when a third-party context is [=allowed
@@ -725,7 +729,7 @@ <h2>
725729
<p>
726730
Although user agents are unified in preventing the Web Share API from
727731
being used in third-party context, at the time of publication there
728-
are interoperability with relying on the [[[Permissions-Policy]]] to
732+
are interoperability issues with relying on the [[[Permissions-Policy]]] to
729733
enable the API in third-party contexts. In particular, although
730734
the[^iframe/allow^] attribute is widely supported, the updated syntax
731735
for the [^iframe/allow^] attribute is not. Similarly, the
@@ -734,6 +738,11 @@ <h2>
734738
[[[Permissions-Policy]]] specification before relying on it to enable
735739
the Web Share API in third-party contexts.
736740
</p>
741+
<p>
742+
When the `Permissions-Policy` HTTP header is more widely supported,
743+
the Working Group expects to revise this specification
744+
to require support for the header.
745+
</p>
737746
</aside>
738747
</section>
739748
<section class="informative" id="a11y">

0 commit comments

Comments
 (0)