Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWebRTC IP Leak #552
WebRTC IP Leak #552
Comments
This comment has been minimized.
This comment has been minimized.
|
EDIT: Disregard the Firefox bits here. See my next comment instead. In the browser, you should be able to prevent IP leakage as described by https://ipleak.net/#docs
|
This comment has been minimized.
This comment has been minimized.
|
So the bug still remains in WebTorrent itself then. Also, the docs are only for browsers, not desktop apps using WebTorrent such as Playback. Does this mean that for applications using WebTorrent, you have to contact them to check/fix this? |
This comment has been minimized.
This comment has been minimized.
|
Oh wow, I definitely just copy/pasted for my previous message without actually reading it... The Firefox fix suggested above disables peer connections entirely, meaning that WebTorrent wouldn't work very well at all. I think the I don't know whether particular non-browser environments like |
This comment has been minimized.
This comment has been minimized.
|
This isn't an issue for WebTorrent to resolve. Browsers have already taking steps to mitigate the leak, like always using the default route (i.e. the VPN route) when connecting to STUN servers, and not revealing the local IP addresses unless the user gives camera and mic permissions (which WebTorrent doesn't request). Given these browser fixes, I see nothing for WebTorrent to do. If you're using a VPN, only the VPN default route should be used (at least in Chrome; I'm less familiar with the steps Mozilla has taken). |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Does webtorrent fix the WebRTC bug [revealed on February 2015] that allows STUN servers to see the real IP as opposed to VPN IP?
Unfortunately is doesn't seem to be discussed anywhere.