From 042578a9dd03bc00ba7fd00150fda1291e9ef21a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 25 Mar 2016 11:35:05 -0400 Subject: [PATCH] Updated Prevent WebRTC from leaking local IP address (markdown) --- Prevent-WebRTC-from-leaking-local-IP-address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prevent-WebRTC-from-leaking-local-IP-address.md b/Prevent-WebRTC-from-leaking-local-IP-address.md index f0fc797..7c28d33 100644 --- a/Prevent-WebRTC-from-leaking-local-IP-address.md +++ b/Prevent-WebRTC-from-leaking-local-IP-address.md @@ -12,7 +12,7 @@ It has been reported that Google Hangout and Facebook messenger do not work prop If you are using an extension-based VPN, this setting won't [prevent your ISP IP address from leaking](https://code.google.com/p/chromium/issues/detail?id=457492#c44). -Also: ["When using a proxy, WebRTC leaks unproxied IP address even with multiple routes disabled"](https://code.google.com/p/chromium/issues/detail?id=497040). ([Reportedly fixed in Chromium 47](https://bugs.chromium.org/p/chromium/issues/detail?id=497040#c25)). +Also: ["When using a proxy, WebRTC leaks unproxied IP address even with multiple routes disabled"](https://code.google.com/p/chromium/issues/detail?id=497040) (reportedly fixed in Chromium 47, [see comment #25](https://bugs.chromium.org/p/chromium/issues/detail?id=497040#c25)). The feature works only on version 42 and above.