As the Fediverse grows more and more, rules and regulations become more important. For example, is Lemmy GDPR complient? If not, are admins aware of the possible consequence? What does this mean for the growth of Lemmy?
As the Fediverse grows more and more, rules and regulations become more important. For example, is Lemmy GDPR complient? If not, are admins aware of the possible consequence? What does this mean for the growth of Lemmy?
I don’t have a guide for you, sorry. I’ve looked into it briefly but I can’t say I care enough to fix it.
I’m pretty sure you’ll be able to go federation only by blocking everything that’s not an
application/ld+jsoncontent
type (technicallyapplication/ld+json; profile="https://www.w3.org/ns/activitystreams"
but some servers don’t send the correct Accept headers). The Lemmy frontend submits plain JSON and POST requests and it doesn’t implement the client-server ActivityPub API, so that should be the easiest way to keep federation working while whitelisting your personal IP addresses.Thanks, I’ll bookmark this and have a look when I have some time :D