Looked through the docs a bit and it’s not really clear to me: I’m posting this on lemmy.ca, does that mean only that instance knows my IP? Or does every instance it federates with get my ip alongside this post?
This seems maybe important, did I miss a privacy guide to Lemmy someplace? Cursory searching didn’t come up with much official. Are there other aspects we should be thinking about here? I’d come across some mention of deleted posts being still available everywhere they were sent but that sorta makes sense – hard to “unpublish” anything.
I gave a cursory look at the source code.
- The database schema doesn’t have columns for IP addresses anywhere, but notably not on users or posts.
- The only place I see IP addresses in the code is for rate limiting and it doesn’t appear to be logged here.
- However, the default nginx configuration that reverse-proxies to Lemmy uses access logs that include the IP address.
So, from what I can tell, nobody can see your IP address through Lemmy. But the person who runs the server that your Lemmy instance runs on can trace IPs by looking at access logs. That doesn’t get shared with other servers, or even people who adminster your Lemmy instance but don’t have access to the underlying server.
Sorry for replying late; I just saw this question.
It’s worth noting that images that people include in their posts are hosted on their instance, not your home instance. That means the admins of those other instances can see your IP address and (normally) page you were reading when your browser loads those images.
Browser extensions exist that will let you block off-site images if you want to.
Good point! And ya, when I open umatrix on a comment thread I see a whole menagerie of instances serving me images as I guess that goes for the profile image too.
But I find that somehow less concerning as they just know “someone at this IP viewed this thread containing these images” than “the user at this IP wrote this comment (or post)”.
Hmmm, but if DMs allow images and they work like this, a user with their own instance who wants to know which IP wrote a comment could perhaps send a message to the author with a unique image…
Yeah, it can be abused. I don’t want to raise an alarm about it because I don’t think it’s worth scaring people who are just dipping their toes in the fediverse waters, and because it can be fixed.
For now, I block remote images by default and allow them from a few specific instances.
I don’t want to raise an alarm about it because I don’t think it’s worth scaring people who are just dipping their toes in the fediverse waters, and because it can be fixed.
Informing people is always the right move. People should be as aware of the security situation as possible & it’d be irresponsible to withhold that info.
The warning should also come with the solution: use Tor. That solution would solve countless other problems stemming from the marginalization of the Tor community. The advice should be:
- install Tor
- get on the fedi
Unlike Mastodon, one of the good things is that only you’re instances system administrator has access to your IP: no mods nor site admins.
You can then use a VPN on top of that.