navigator.doNotTrack All In One
Web 网站的用户访问追踪技术
navigator.doNotTrack;
// '1'
console.log(navigator.doNotTrack);
// "1" if DNT is enabled; ✅
// "0" if the user opted-in for tracking; ❌
// otherwise this is "unspecified" ❓
⚠️ 已弃用:不再推荐使用此功能。
尽管某些浏览器可能仍然支持它,但它可能已经从相关的 Web 标准中删除,可能正在被删除,或者可能仅出于兼容性目的而保留。
避免使用它,并尽可能更新现有代码;请参阅本页底部的兼容性表以指导您的决定。
请注意,此功能可能随时停止工作。
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack
https://caniuse.com/do-not-track
https://caniuse.com/?search=navigator.doNotTrack
fingerprint.js All In One
Canvas 指纹
https://www.cnblogs.com/xgqfrms/p/14929257.html
fingerprint
支持 Virtual Private Network
和匿名访问识别
https://fingerprint.com/pricing/
https://github.com/fingerprintjs/fingerprintjs/
refs
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载
标签:fingerprint,doNotTrack,https,xgqfrms,navigator,com From: https://www.cnblogs.com/xgqfrms/p/16641164.html