From d1cd5ac3f4159422effe2cdf9b8d7b325bc4a238 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 6 Nov 2015 10:31:02 -0500 Subject: [PATCH] Updated Prevent WebRTC from leaking local IP address (markdown) --- Prevent-WebRTC-from-leaking-local-IP-address.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Prevent-WebRTC-from-leaking-local-IP-address.md b/Prevent-WebRTC-from-leaking-local-IP-address.md index 8bc2ad1..8e6cb27 100644 --- a/Prevent-WebRTC-from-leaking-local-IP-address.md +++ b/Prevent-WebRTC-from-leaking-local-IP-address.md @@ -18,7 +18,9 @@ The feature works only on version 42 and above. ##### Firefox -With Firefox, it's not possible to prevent local IP addresses leakage without completely disabling WebRTC -- this is what uBlock Origin does. +With Firefox 41 and lower **OR** uBlock Origin 1.3.3 and lower, **it is NOT possible** to prevent local IP addresses leakage without completely disabling WebRTC. + +With Firefox 42 and higher **AND** uBlock Origin 1.3.4 and higher, **it is possible** to prevent local IP addresses leakage without completely disabling WebRTC. WebRTC is required for Firefox Hello to work properly. Thus Firefox Hello won't work if you enable this setting.