Firefox Tomorrow

http permissions policy directive

Permissions-Policy: window-management directive

View on MDN ↗

Limited availability

The HTTP Permissions-Policy header window-management directive controls whether or not the current document is allowed to use the Window Management API to manage windows on multiple displays.

Where this policy forbids use of the API:

Syntax

Permissions-Policy: window-management=<allowlist>;
  • <allowlist>

Default policy

The default allowlist for window-management is self.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also