From a27a4c7d2a2ac06b03f2f2066c04106c747ac2fc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 6 Nov 2015 09:56:51 -0500 Subject: [PATCH] Updated Prevent WebRTC from leaking local IP address (markdown) --- Prevent-WebRTC-from-leaking-local-IP-address.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Prevent-WebRTC-from-leaking-local-IP-address.md b/Prevent-WebRTC-from-leaking-local-IP-address.md index 0498846..906210d 100644 --- a/Prevent-WebRTC-from-leaking-local-IP-address.md +++ b/Prevent-WebRTC-from-leaking-local-IP-address.md @@ -2,6 +2,8 @@ Keep in mind that this feature is to prevent leakage of your non-internet-facing For example, if you use a VPN, your internet-facing IP address is that of the VPN, so your ISP-provided IP address should not be visible to outside world with this setting checked. However, if you are not behind any VPN or proxy, your ISP-provided IP address will be visible regardless of this setting. +Test: [Trickle ICE](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/) + #### Caveats ##### Chromium-based browsers