this post was submitted on 06 Jul 2023
11 points (92.3% liked)
Lemmy
12864 readers
4 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That may not be possible with web technology.
Browsers send URLs to web servers. The web server has to have the URL the user wants in order to serve a response; and it has to know who the user is in order to check permissions (e.g. don't accept a moderation action from a user who is not a moderator).
This inherently creates an opportunity for the web server to record any details about that exchange.
What if database entries are encrypted, so that a person cannot match email and username with the requests in the urls?
Users' client create encryption key on client side. Would it make sense?
Somehow the server has to be able to look up the user's subscriptions so it knows what posts to show them.
I am mainly thinking about matching navigation history with identifiable information... You are right, It's a tricky thing...
I also wonder, if lemmy becomes a thing, with numbers in the same order of magnitude of reddit, if and how gdpr will affect server admins... Having a privacy anonymization tool built in by design might avoid headaches on the long term