Firefox Tomorrow

http permissions policy directive

Permissions-Policy: attribution-reporting directive

View on MDN ↗

The HTTP Permissions-Policy header attribution-reporting directive controls whether the current document is allowed to use the Attribution Reporting API.

Specifically, where a defined policy blocks the use of this feature:

Syntax

Permissions-Policy: attribution-reporting=<allowlist>;
  • <allowlist>

Default policy

The default allowlist for attribution-reporting 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