Archive.org (wayback machine) has a request page for removal. I don’t have any knowledge of how they do it.
https://help.archive.org/help/how-do-i-request-to-remove-something-from-archive-org/
Archive.org (wayback machine) has a request page for removal. I don’t have any knowledge of how they do it.
https://help.archive.org/help/how-do-i-request-to-remove-something-from-archive-org/
Oh my, you are correct. Images are being federated some of the time.
Like most everything else, the intended behavior isn’t documented anywhere.
I checked Mastodon briefly. It appears they are currently not in compliance. There are open issues on GitHub, but nothing looks close.
The CCPA (USA version) and GDPR (EU) both specify Personal Data, not Personally Identifiable Information. So the contents of my posts are my personal data, even if my username doesn’t identify to a real person. If I want my personal data removed from Lemmy, the GDPR allows for me to request it to be deleted.
Lemmy is still in the early stages. I’m not asking for changes to be made right away, or even this year. But I do feel that my personal data should be under my control. Lemmy should be programmed to federate out the the deletion of all my personal data, if I make such a request.
Where the controller has made the personal data public and is obliged pursuant to paragraph 1 to erase the personal data, the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform controllers which are processing the personal data that the data subject has requested the erasure by such controllers of any links to, or copy or replication of, those personal data
(*) Note the CCPA has a ton of exceptions, and only really applies to the larger social media sites.
Wouldn’t it be easier to fix the delete federation bug so Lemmy could comply with GDPR ?
Media isn’t federated. The media should just be referenced with a link to the original source.
Normally, the largest use of disk space is the Activity table. It is stored for six months, and only useful for debugging. Below is the Issue, along with SQL commands to check and purge this debugging table. Let us know if this was the issue
The law specifically names “online identifier”.
The data subjects are identifiable if they can be directly or indirectly identified, especially by reference to an identifier such as a name, an identification number, location data, an online identifier or one of several special characteristics, which expresses the physical, physiological, genetic, mental, commercial, cultural or social identity of these natural persons. In practice, these also include all data which are or can be assigned to a person in any kind of way. For example, the telephone, credit card or personnel number of a person, account data, number plate, appearance, customer number or address are all personal data.
Just say, we don’t provide or target EU individuals and you’re free.
Don’t allow users from the EU to sign up? Is that your plan?
See https://gdpr-info.eu/issues/right-to-be-forgotten/
Once the “controller has made the personal data public”, they have legal obligations. Gmail doesn’t make my data public, generally.
See https://gdpr-info.eu/issues/right-to-be-forgotten/
Once the “controller has made the personal data public”, they have legal obligations. When you send an email, you are not making it public.
See https://gdpr-info.eu/issues/right-to-be-forgotten/
Once the “controller has made the personal data public”, they have legal obligations.
Unfortunately, as one of those 3.8k daily users, I’m still using Reddit mostly. Lemmy has a long way to go before I drop Reddit all the way.
This is a reported bug. Looks like they are testing some fixes, not sure when they will go live. https://github.com/LemmyNet/lemmy/issues/3588
In any event, those old deletes will never get federated out. You will need a local mod or admin to remove the items from lemm.ee
Did the same test, created a post on lemm.ee https://lemm.ee/post/1285905
Here is my post on the home community https://beehaw.org/post/3181345
Deleted the post. It disappears from my server, but just stays up on other servers
As you stated, Delete is not working, nor do the devs have a test case for this yet.
Comments on each server
https://lemm.ee/comment/1104139 <- comment deleted from user home
https://lemmy.world/comment/1264479 <- comment still exists on subscribed server
https://bulletintree.com/comment/759622 <- comment deleted from community home
Third test, comment from lemm.ee.
From lemm.ee, comment https://lemm.ee/comment/1102902 was added, edited, then deleted
Comment was correctly federated to community server at https://bulletintree.com/comment/758923 for adding, editing and deleting
Comment was federated to subscribed server at https://lemmy.world/comment/1263136 ✅Added ✅Edited ❌Deleted
This is consistent with my other tests. The community server is not federating out Delete activities
From lemm.ee, comment https://lemm.ee/comment/1102902 was added, edited, then deleted
Comment was correctly federated to community server at https://bulletintree.com/comment/758923 for adding, editing and deleting
Comment was federated to subscribed server at https://lemmy.world/comment/1263140 ✅Added ✅Edited ❌Deleted
This is consistent with my other tests. The community server is not federating out Delete activities
The GPDR doesn’t require Lemmy to remove personal data from the entire internet. But when a Lemmy instance gives data to other Lemmy instance, there are legal responsibilities.
https://gdpr-info.eu/art-17-gdpr/ Where the controller has made the personal data public and is obliged pursuant to paragraph 1 to erase the personal data, the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform controllers which are processing the personal data that the data subject has requested the erasure by such controllers of any links to, or copy or replication of, those personal data.
==========
Maybe this is open to interpretation, but I feel that the same Federation protocol that federates out my personal data (my posts and comments), should also federate out my delete requests. I’m unsure why this would be controversial.