此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

Permissions-Policy: attribution-reporting

Deprecated
To be removed

This feature is pending removal from browsers. Using it now may lead to broken functionality in future updates. Following the announcement that Chrome will maintain its current approach to third-party cookies, Chrome decided to withdraw certain Privacy Sandbox features including the attribution reporting API.

实验性: 这是一项实验性技术
在将其用于生产之前,请仔细检查浏览器兼容性表格

HTTP Permissions-Policy 标头的 attribution-reporting 指令控制当前文档是否被允许使用 Attribution Reporting API

具体来说,如果定义的策略阻止使用此特性:

语法

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

允许使用该特性的来源列表。请参阅 Permissions-Policy > 语法了解更多详细信息。

默认策略

attribution-reporting 的默认允许列表为:*

规范

此特性似乎未在任何规范中定义。

浏览器兼容性

参见