不同浏览器禁用 WebRTC 的方法

By 无名 at 2019-11-30
  1. Chrome / Opera for PC

    第三方插件 ublock origin, uMatrix .

  2. Chrome for Android

    输入 chrome://flags/#disable-webrtc

    调整”WebRTC STUN origin header” 为 enabled

    这个方法在最新版 Chrome 无效。

  3. Firefox for Android/PC

    输入 about:config

    点击“I accept the risk!”

    搜索 media.peerconnection.enabled

    双击 true 改为 false

    也可以用 ublock origin 插件。

  4. Edge

    type about:flags

    under“WebRTC”, there’ll be an option to hide your local IP over these types of connections. Click on the checkbox to activate it.

  5. Safari

    无法实现。

链接:https://buffered.com/privacy-security/how-to-disable-webrtc-in-various-browsers

WebRTC, 浏览器, 禁用, 方法, 不同


Chrome 可以通过安装扩展的方式禁用 WebRTC,有两种开源的方案为:WebRTC Leak Prevent(需依情况来调整设定选项)和 uBlock Origin (请选 “Prevent WebRTC from leaking local IP addresses”)。你可能已经注意到UBO有一个相关项,是的,它有用。

链接: https://cybermagicsec.github.io/privacytools-zh/#webrtc

vxunseu at 2019-11-30
1

上面说的这些都是高手或者自己动手能力强的人能做到的,想简单一步快速达到此效果,可以留言

lishi at 2019-12-01
2