Firefox Tomorrow

http permissions policy directive

Permissions-Policy: private-state-token-issuance directive

View on MDN ↗

Limited availability

The HTTP Permissions-Policy header private-state-token-issuance directive controls usage of private state token token-request operations.

Specifically, where a defined policy blocks the use of this feature, token request operations will fail.

Syntax

Permissions-Policy: private-state-token-issuance=<allowlist>;

Default policy

The default allowlist for private-state-token-issuance is *.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also