Update akkoma moderation #73
1 changed files with 6 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
processMap = m: map (k: mkTuple [k m.${k}]) (builtins.attrNames m);
|
processMap = m: map (k: mkTuple [k m.${k}]) (builtins.attrNames m);
|
||||||
in {
|
in {
|
||||||
reject = processMap {
|
reject = processMap {
|
||||||
"qoto.org" = "Freeze Peach";
|
"qoto.org" = "Freeze Peach; Admin harasses other server admins; sends unsolicited emails";
|
||||||
"poa.st" = "Hosting neonazis";
|
"poa.st" = "Hosting neonazis";
|
||||||
"kiwifarms.cc" = "Targeted Harassment";
|
"kiwifarms.cc" = "Targeted Harassment";
|
||||||
"pmth.us" = "Harassment";
|
"pmth.us" = "Harassment";
|
||||||
|
@ -111,6 +111,11 @@
|
||||||
"beefyboys.win" = "freeze peach; hosts neonazis";
|
"beefyboys.win" = "freeze peach; hosts neonazis";
|
||||||
"bae.st" = "freeze peach";
|
"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" = {
|
":mrf" = {
|
||||||
policies = map (v: mkRaw ("Pleroma.Web.ActivityPub.MRF." + v)) ["SimplePolicy" "EnsureRePrepended" "MediaProxyWarmingPolicy" "ForceBotUnlistedPolicy" "AntiFollowbotPolicy" "ObjectAgePolicy" "TagPolicy" "RequireImageDescription"];
|
policies = map (v: mkRaw ("Pleroma.Web.ActivityPub.MRF." + v)) ["SimplePolicy" "EnsureRePrepended" "MediaProxyWarmingPolicy" "ForceBotUnlistedPolicy" "AntiFollowbotPolicy" "ObjectAgePolicy" "TagPolicy" "RequireImageDescription"];
|
||||||
|
|
Loading…
Reference in a new issue