The external IP is leaked, too! Clearly this peer to peer encrypted video protocol needs to be restricted, for the good of privacy and security, of course. Sarcasm aside, what good can 192.168.1.4 possibly be to anyone?
“We are considering adding an extension to restrict the use of WebRTC”
11–20 of 159 posts
Re: “We are considering adding an extension to restrict the use of WebRTC”
#12I don't understand why a peer-to-peer network connection is different from Ajax. Browsers don't require user approval for 3rd-party XMLHttpRequest connections. WebSockets are even more permissive. Why is WebRTC being singled out here? If I were a conspiracy-minded person (I'm not), I'd have to wonder if this was some kind of corporate-driven attempt to suppress peer-to-peer networks. In fact, I do think this is being…
AFAIK, the conspiracy-minded people are claiming that this is a move by 'advertisers' to collect more user-identifying data.
Re: “We are considering adding an extension to restrict the use of WebRTC”
#13The external IP is leaked, too! Clearly this peer to peer encrypted video protocol needs to be restricted, for the good of privacy and security, of course. Sarcasm aside, what good can 192.168.1.4 possibly be to anyone?
Knowing the local area IP lets advertising companies and other "less liked" parties distinguish the devices behind your public IP, without having to use e.g. cookies. At the very least, it's another data source for helping with browser fingerprinting.
Let's keep the big picture in mind here, people. Peer-to-peer networking is the web's big chance to weaken these huge personal data-scarfing companies. Please let's not kill it while it's just starting to grow.
Re: “We are considering adding an extension to restrict the use of WebRTC”
#14(VPN leakage is a valid concern though)
Re: “We are considering adding an extension to restrict the use of WebRTC”
#15Re: “We are considering adding an extension to restrict the use of WebRTC”
#16I don't understand why a peer-to-peer network connection is different from Ajax. Browsers don't require user approval for 3rd-party XMLHttpRequest connections. WebSockets are even more permissive. Why is WebRTC being singled out here? If I were a conspiracy-minded person (I'm not), I'd have to wonder if this was some kind of corporate-driven attempt to suppress peer-to-peer networks. In fact, I do think this is being…
WebRTC is being singled out as it leaks user information that wasn't leaking before. AFAIK, the conspiracy-minded people are claiming that this is a move by 'advertisers' to collect more user-identifying data.
Re: “We are considering adding an extension to restrict the use of WebRTC”
#17Re: “We are considering adding an extension to restrict the use of WebRTC”
#18It would discourage reputable sites from abusing it, because users would start asking questions why a news site wants a p2p/videoconference connection.
Re: “We are considering adding an extension to restrict the use of WebRTC”
#19Earlier quoted context omitted.
It makes it somewhat easier to XSS into your router. (P2P encrypted video? Great. P2P systems in the browser driven by Javascript from any web page or ad network? Less great idea there.)
Can you expand on this, please? How does it make it easier to XSS?
Re: “We are considering adding an extension to restrict the use of WebRTC”
#20Earlier quoted context omitted.
It makes it somewhat easier to XSS into your router. (P2P encrypted video? Great. P2P systems in the browser driven by Javascript from any web page or ad network? Less great idea there.)
Can you expand on this, please? How does it make it easier to XSS?
192.168.1.10
Based on this, you can probably guess the router is 192.168.1.1 and maybe even have a clue about the vendor based on the IP assigning patterns.
Then you can direct them to a page with an submitting POST that makes modifications to their router settings. This is more like CSRF than XSS though.