http permissions policy directive
Permissions-Policy: private-state-token-redemption directive
Limited availability
The HTTP Permissions-Policy header private-state-token-redemption directive controls usage of private state token token-redemption and send-redemption-record operations.
Specifically, where a defined policy blocks the use of this feature, token redemption and send redemption record operations will fail.
Syntax
Permissions-Policy: private-state-token-redemption=<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-redemption is *.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.