Permissions-Policy: monetization
The HTTP Permissions-Policy
header monetization
directive controls whether the current document is allowed to use the Web Monetization API.
Syntax
Permissions-Policy: monetization <allowlist>
<allowlist>
A list of origins for which the feature is allowed. See Permissions-Policy
.
Default policy
The default value is 'self'
.