不同浏览器禁用 WebRTC 的方法
-
Chrome / Opera for PC
第三方插件 ublock origin, uMatrix .
-
Chrome for Android
输入chrome://flags/#disable-webrtc
调整”WebRTC STUN origin header” 为 enabled这个方法在最新版 Chrome 无效。
-
Firefox for Android/PC
输入
about:config
点击“I accept the risk!”
搜索
media.peerconnection.enabled
双击 true 改为 false
也可以用 ublock origin 插件。
-
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.
-
Safari
无法实现。
链接:https://buffered.com/privacy-security/how-to-disable-webrtc-in-various-browsers
Chrome 可以通过安装扩展的方式禁用 WebRTC,有两种开源的方案为:WebRTC Leak Prevent(需依情况来调整设定选项)和 uBlock Origin (请选 “Prevent WebRTC from leaking local IP addresses”)。你可能已经注意到UBO有一个相关项,是的,它有用。
链接: https://cybermagicsec.github.io/privacytools-zh/#webrtc
上面说的这些都是高手或者自己动手能力强的人能做到的,想简单一步快速达到此效果,可以留言