Firefox Tomorrow

http permissions policy directive

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

View on MDN ↗

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>

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.

See also