http permissions policy directive
Permissions-Policy: private-state-token-issuance directive
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>;
<allowlist>- : A list of origins for which permission is granted to use the feature. See
Permissions-Policy> Syntax for more details.
- : A list of origins for which permission is granted to use the feature. See
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.