Hacker News new | ask | show | jobs
by tcfhgj 667 days ago
Care to explain what information is leaked via the matrix.to link and how it could be improved?
1 comments

using matrix.to means:

* the webserver hosting matrix.to can see your browser’s IP and user agent as it connects to it. (this could be improved by connecting to matrix.to via an overlay network of some kind, or simply using matrix URIs instead)

* it cannot see the room/user being linked to, as this is deliberately hidden in a url fragment from the server

* it cannot see details about the room/user being linked to (eg the icon or room name); it optionally lets the client chose to grab this from a given homeserver, but the service itself never sees this data.

In other words, it was written with privacy in mind.