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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to Combat Browser Fingerprinting?

2 点作者 CA0DA大约 4 年前
I ran https:&#x2F;&#x2F;coveryourtracks.eff.org and under the &quot;HTTP_ACCEPT Headers&quot; results it says: &quot;One in x browsers have this value: 136937.5&quot; (in other words, highly unique and thus my browser is trackable).<p>1. In Firefox how can I control the HTTP_ACCEPT Headers to make them more generic (less trackable)?<p>2. Are there any good websites that have step-by-step guides to make your browser fingerprint less unique?

1 comment

suramya_tomar大约 4 年前
If you are using firefox you can try enabling the resistFingerprinting flag. Note that this is an experimental feature.<p>Steps to enable are as follows:<p>* Type about:config in the address bar and press Enter.<p>* A warning page may appear. Click Accept the Risk and Continue to go to the about:config page.<p>* Search for privacy.resistFingerprinting and set to true.<p>- Suramya<p>Note: This setting might be changed by some plugins so it might be a good idea to check this periodically