mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
List open source means to prevent WebRTC leaks in Chrome/ium.
Although it's not possible to disable WebRTC in Chrome, an API exists to change its routing settings. The API can be used to prevent leaks.
This commit is contained in:
parent
5c0a82ff79
commit
3fe5b6bfed
@ -832,7 +832,7 @@
|
||||
|
||||
<!-- steps to manually disable WebRTC in Chrome -->
|
||||
<h3>How to fix the WebRTC Leak in Google Chrome?</h3>
|
||||
<p>There is no known working solution, only a plugin that is easily circumvented. Please use Firefox instead. </p>
|
||||
<p>WebRTC cannot be fully disabled in Chrome, however it is possible to change its routing settings (and prevent leaks) using an extension. Two open source solutions include <a href="https://chrome.google.com/webstore/detail/webrtc-leak-prevent/eiadekoaikejlgdbkbdfeijglgfdalml">WebRTC Leak Prevent</a> (options may need to be changed depending on the scenario), and <a href="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm">uBlock Origin</a> (select "Prevent WebRTC from leaking local IP addresses" in Settings).</p>
|
||||
|
||||
<h3>What about other browsers?</h3>
|
||||
<p>Chrome on iOS, Internet Explorer and Safari does not implement WebRTC yet. <a href="#browser"><span class="glyphicon glyphicon-link"></span> But we recommend using Firefox on all devices.</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user