Skip to content

Commit 56863ea

Browse files
committed
Link to Permissions-Policy header after renaming
Follows w3c/webappsec-permissions-policy#379.
1 parent 8415b76 commit 56863ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fullscreen.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ user agent or even operating system environment when fullscreen. See also the de
725725
<p>To enable content in a <a>nested browsing context</a> to go fullscreen, it needs to be
726726
specifically allowed via feature policy, either through the <{iframe/allowfullscreen}> attribute of
727727
the HTML <{iframe}> element, or an appropriate declaration in the <{iframe/allow}> attribute of the
728-
HTML <{iframe}> element, or through a `<a http-header><code>Feature-Policy</code></a>` HTTP header
729-
delivered with the <a>document</a> through which it is nested.
728+
HTML <{iframe}> element, or through a `<a http-header><code>Permissions-Policy</code></a>` HTTP
729+
header delivered with the <a>document</a> through which it is nested.
730730

731731
<p>This prevents e.g. content from third parties to go fullscreen without explicit permission.
732732

0 commit comments

Comments
 (0)