如何在Firefox中禁用WebRTC补充
FireFox: "about:config"的隐私设置调整
准备:
1.在浏览器的网址列输入 “about:config” 并点击 enter 键
2.点击"I’ll be careful, I promise!"按钮
3.依照下方的指示操作…
开始动手:
privacy.firstparty.isolate = true
- Tor Uplift效用的结果,它可隔绝主要访问网域中所有浏览器辨识器来源(如 cookies),并期能可阻挡跨域名的追踪。(如果已使用扩展 “Cookie AutoDelete”,请不要打开此功能。)
privacy.resistFingerprinting = true
- Tor Uplift 效用的结果, 此偏好可让 Firefox 更能抵抗指纹辨识。
privacy.trackingprotection.enabled = true
- Mozilla 新內建的追踪保护功能,其利用 Disconnect.me 过滤名单,但如果你已使用其它第三方的屏滤器如 uBlock Origin,其效能就会重复多余,因此你可以将之设为关闭。
browser.cache.offline.enable = false
- 取消离线的缓存快取资料
browser.safebrowsing.malware = false
- 取消 Google 安全浏览的恶意软件检查。这会有安全上的风险,但可改善隐私。
browser.safebrowsing.phishing.enabled = false
- 取消Google安全浏览与防钓鱼保护。这会有安全上的风险,但可改善隐私。
browser.send_pings = false
- 这个性能可让网站追踪访客的点击情況。
browser.sessionstore.max_tabs_undo = 0
- 尽管 Firefox 设定为不记录浏览资讯,但在用户关闭浏览器分页之前,这些资讯仍会暂存在选单 -> 浏览历史 -> 近期关闭的分页 底下
browser.urlbar.speculativeConnect.enabled = false
- 关闭自动完成的 URLs 预载, 当用户在网址列输入资讯时,Firefox 会自行预载,有人担心这些浏览器自动建议的网址并非是用户想要连上的网站。
dom.battery.enabled = false
- 网站主人可以追踪用户上网设备的电池状况。
- dom.event.clipboardevents.enabled = false
- 取消让网站在让你从某网页中复制、贴上是剪下任何内容時,会发出通知。这会让他们知道网页的哪一部份被挑选。
- geo.enabled = false
- 取消地理定位资料
- media.navigator.enabled = false
- 网站可以跟踪用户上网设备里的麦克风和摄影机状态
network.cookie.cookieBehavior = 1
- 取消cookies
- 0 = Accept all cookies by default (默认接受所有cookies)
- 1 = Only accept from the originating site (block third party cookies) (只接受来自原网站的Cookies(阻止第三方Cookies)。)
- 2 = Block all cookies by default ( 默认情况下禁止所有cookies)
network.cookie.lifetimePolicy = 2
- cookies 在期间结束后会被刪除
- 0 = Accept cookies normally (正常接受cookies)
- 1 = Prompt for each cookie (每个cookie的提示)
- 2 = Accept for current session only (只接受当前会议)
- 3 = Accept for N days (接受N天)
network.http.referer.trimmingPolicy = 2
- Send only the scheme, host, and port in the
Referer
header (只发送Referer标头中的方案、主机和端口。) - 0 = Send the full URL in the
Referer
header (在Referer header中发送完整的URL。) - 1 = Send the URL without its query string in the
Referer
header (发送不含查询字符串的URL的Referer header) - 2 = Send only the scheme, host, and port in the
Referer
header
- Send only the scheme, host, and port in the
network.http.referer.XOriginPolicy = 2
- Only send
Referer
header when the full hostnames match. (Note: if you notice significant breakage, you might try1
combined with anXOriginTrimmingPolicy
tweak below.) - 0 = Send
Referer
in all cases - 1 = Send
Referer
to same eTLD sites - 2 = Send
Referer
only when the full hostnames match
- Only send
network.http.referer.XOriginTrimmingPolicy = 2
- When sending
Referer
across origins, only send scheme, host, and port in theReferer
header of cross-origin requests. - 0 = Send full url in
Referer
- 1 = Send url without query string in
Referer
- 2 = Only send scheme, host, and port in
Referer
- When sending
webgl.disabled = true
- WebGL 有潜在的安全风险