From 06e98ab519e881729df9e4d43a6abf8e19524702 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 28 Feb 2020 09:08:55 -0500 Subject: [PATCH] Updated Prevent WebRTC from leaking local IP address (markdown) --- Prevent-WebRTC-from-leaking-local-IP-address.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Prevent-WebRTC-from-leaking-local-IP-address.md b/Prevent-WebRTC-from-leaking-local-IP-address.md index b21c020..e785855 100644 --- a/Prevent-WebRTC-from-leaking-local-IP-address.md +++ b/Prevent-WebRTC-from-leaking-local-IP-address.md @@ -2,7 +2,11 @@ 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/) (click the Gather candidates button at the bottom). +Tests: +- [Trickle ICE](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/) + - Click the Gather candidates button at the bottom; there should be no local IP addresses reported +- [WebRTC Leak Test](https://browserleaks.com/webrtc) + - The entry "Local IP Address" should be "n/a" #### Caveats