diff --git a/fullscreen.bs b/fullscreen.bs index de440f9..063e3ff 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -725,8 +725,8 @@ user agent or even operating system environment when fullscreen. See also the de

To enable content in a nested browsing context to go fullscreen, it needs to be specifically allowed via feature policy, either through the <{iframe/allowfullscreen}> attribute of the HTML <{iframe}> element, or an appropriate declaration in the <{iframe/allow}> attribute of the -HTML <{iframe}> element, or through a `Feature-Policy` HTTP header -delivered with the document through which it is nested. +HTML <{iframe}> element, or through a `Permissions-Policy` HTTP +header delivered with the document through which it is nested.

This prevents e.g. content from third parties to go fullscreen without explicit permission.