WorkerNavigator:globalPrivacyControl 属性
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/zh-cn/web/api/workernavigator/index.md)
非标准: 该特性是非标准的,请尽量不要在生产环境中使用它!
WorkerNavigator.globalPrivacyControl
只读属性返回用户对当前网站的全球隐私控制设置。此设置指示用户是否同意网站或服务将其个人信息出售或共享给第三方。
该属性的值反映了 Sec-GPC
HTTP 标头中的值。
值
如果用户明确表示不同意出售或共享其数据,则为 true
;如果用户同意出售或共享数据,或者尚未表明偏好,则为 false
。
示例
js
console.log(navigator.globalPrivacyControl);
// 如果用户明确表示不同意共享或出售其数据,则为“true”;否则为“false”。
规范
No specification found
No specification data found for api.WorkerNavigator.globalPrivacyControl
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
浏览器兼容性
BCD tables only load in the browser
参见
Sec-GPC
标头- globalprivacycontrol.org
- 全球隐私控制规范
- 维基百科上的请勿追踪