TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

No-JavaScript Fingerprinting

18 点作者 moebrowne大约 2 个月前

5 条评论

autoexec大约 2 个月前
There are so many ways to fingerprint a browser and new ones are introduced and discovered all the time. The best protection against fingerprinting isn't to try to be the same as everyone else and pray that you've somehow accounted for every possibility, but to always present as a different browser. It can only take changing a single data point to look like a new browser/device, although you still have other things like your IP address which can associate fingerprints with each other. A VPN can give you a new IP every day, or every few hours which can help.
评论 #43652100 未加载
jimjambw大约 2 个月前
This is interesting, sure, but you would need more data to create a better identifier.<p>I’m on an iPhone, which isn’t an uncommon device using Brave which is just WebKit because of iOS restrictions. So there would be lot of iPhones that would just end up being with basically the same identifier.
lofaszvanitt大约 2 个月前
Youtube uses a lot of fingerprinting based recommendations. It&#x27;s always good to see it going south whenever you alter most of the used properties.
vivzkestrel大约 2 个月前
How do you determine if the guy who brought your paid subscription is using the same account on multiple devices then?
conartist6大约 2 个月前
Ok, thanks for the list of information to destroy
评论 #43652614 未加载