docs.rodeo

MDN Web Docs mirror

Permissions-Policy: payment

{{HTTPSidebar}}  {{SeeCompatTable}} 

The HTTP {{HTTPHeader("Permissions-Policy")}}  header field’s payment directive controls whether the current document is allowed to use the Payment Request API.

Specifically, where a defined policy blocks use of this feature, {{DOMxRef("PaymentRequest.PaymentRequest", "PaymentRequest()")}}  constructor calls will throw a {{domxref("DOMException")}}  of type SecurityError.

Syntax

Permissions-Policy: payment=<allowlist>;

Default policy

The default allowlist for payment is self.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN