Back to Content

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

files/en-us/web/http/reference/headers/permissions-policy/private-state-token-issuance/index.md

latest1.1 KB
Original Source

{{SeeCompatTable}}

The HTTP {{HTTPHeader("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

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

Default policy

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also