Update akkoma moderation

qoto.org
--------

Ban reason clarified to refer to include harassment toward
@david@tech.lgbt and other fediverse admins. Also that email that the
admin sent to every instance admin whose email they could find.

mastodon.social and mastodon.online
-----------------------------------

Removed from the whole known network because the two instances are too
large to be able to be effectively moderated.

tumblr.com
----------

Removed from the whole known network for the same reason as m.o and m.s,
and also because it’s a corporate instance
This commit is contained in:
Charlotte 🦝 Delenk 2022-11-27 17:35:33 +01:00
parent 1d528cf1cb
commit 8a3b291bfd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -98,7 +98,7 @@
processMap = m: map (k: mkTuple [k m.${k}]) (builtins.attrNames m);
in {
reject = processMap {
"qoto.org" = "Freeze Peach";
"qoto.org" = "Freeze Peach; Admin harasses other server admins; sends unsolicited emails";
"poa.st" = "Hosting neonazis";
"kiwifarms.cc" = "Targeted Harassment";
"pmth.us" = "Harassment";
@ -111,6 +111,11 @@
"beefyboys.win" = "freeze peach; hosts neonazis";
"bae.st" = "freeze peach";
};
federated_timeline_removal = processMap {
"mastodon.social" = "Too large to be moderated well";
"mastodon.online" = "Too large to be moderated well";
"tumblr.com" = "Too large to be moderated well, corporate instance";
};
};
":mrf" = {
policies = map (v: mkRaw ("Pleroma.Web.ActivityPub.MRF." + v)) ["SimplePolicy" "EnsureRePrepended" "MediaProxyWarmingPolicy" "ForceBotUnlistedPolicy" "AntiFollowbotPolicy" "ObjectAgePolicy" "TagPolicy" "RequireImageDescription"];