Back to Content

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

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

latest1.2 KB
Original Source

{{SeeCompatTable}}

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

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

Default policy

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also