Feature-Policy: picture-in-picture

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The HTTP Feature-Policy header picture-in-picture directive controls whether the current document is allowed to play a video in a Picture-in-Picture mode via the corresponding API.

Syntax

Feature-Policy: picture-in-picture <allowlist>;
<allowlist>

A list of origins for which the feature is allowed. See Feature-Policy.

Default policy

As of June 2019, the spec draft and Google Chrome set default allow list to *.

Specifications

Specification Status Comment
Permissions Policy Editor's Draft Initial definition.

Browser compatibility

BCD tables only load in the browser

See also