From 3fe5b6bfeda10d4b13286b593b4411c1e8b94924 Mon Sep 17 00:00:00 2001 From: Aaron Horler Date: Mon, 27 Nov 2017 01:24:56 +1100 Subject: [PATCH] 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 93ff7234..2f983051 100644 --- a/index.html +++ b/index.html @@ -832,7 +832,7 @@

How to fix the WebRTC Leak in Google Chrome?

-

There is no known working solution, only a plugin that is easily circumvented. Please use Firefox instead.

+

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 WebRTC Leak Prevent (options may need to be changed depending on the scenario), and uBlock Origin (select "Prevent WebRTC from leaking local IP addresses" in Settings).

What about other browsers?

Chrome on iOS, Internet Explorer and Safari does not implement WebRTC yet. But we recommend using Firefox on all devices.