Merge pull request #367 from aghorler/master

List open source means to prevent WebRTC leaks in Chrome.
This commit is contained in:
Samuel Shifterovich 2017-11-26 15:03:35 +00:00 committed by GitHub
commit af3fae11b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>