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

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

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

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

A list of origins for which permission is granted to use the feature. See Permissions-Policy > Syntax for more details.

Default policy

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

Specifications

Specification
Private State Token API
# policy-controlled-feature-private-state-token-issuance

Browser compatibility

See also