- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2016 21:51:02 +0000
- To: public-webrtc@w3.org
taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Removing incorrect statement related to IP leaking issue. == The incorrect statement is "Applications can avoid exposing IP addresses... by not signalling non-relay ICE candidates." However, simply not signaling candidates is not enough to prevent IP addresses from leaking. These candidates will still be gathered and used to form candidate pairs, which means connectivity checks will be sent leaking the server reflexive address for every network interface. See https://github.com/w3c/webrtc-pc/pull/919
Received on Friday, 4 November 2016 21:51:08 UTC