2024-11-14 19:11:10 +01:00
|
|
|
|
{ lib, ... }: let
|
|
|
|
|
genAction = instances: action: lib.genAttrs instances (_: action);
|
|
|
|
|
in {
|
2024-11-14 16:22:47 +01:00
|
|
|
|
instances = {
|
|
|
|
|
"kiwifarms.*" = {
|
|
|
|
|
reason = "Targeted harassment.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
"seal.cafe" = {
|
|
|
|
|
reason = "Harassment, inadequate moderation.";
|
|
|
|
|
activities = "restrict";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
"social.quodverum.com" = {
|
|
|
|
|
reason = "Free speech extremism, inadequate moderation.";
|
|
|
|
|
activities = "restrict";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
"spinster.xyz" = {
|
|
|
|
|
reason = "Transphobia.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
"tickler.cc" = {
|
|
|
|
|
reason = "Spam, inadequate moderation.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
"usasa.ky" = {
|
|
|
|
|
reason = "Spam, inadequate moderation.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
# Right‐wing extremism
|
2024-11-14 19:11:10 +01:00
|
|
|
|
// genAction [
|
2024-11-14 16:22:47 +01:00
|
|
|
|
"brighteon.social"
|
|
|
|
|
"detroitriotcity.com"
|
|
|
|
|
"freeatlantis.com"
|
|
|
|
|
"gab.com"
|
|
|
|
|
"gleasonator.com"
|
|
|
|
|
"poa.st"
|
|
|
|
|
"truthsocial.*"
|
2024-11-20 10:01:56 +01:00
|
|
|
|
"federate.net"
|
2024-11-14 16:22:47 +01:00
|
|
|
|
] {
|
|
|
|
|
reason = "Right‐wing extremism.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
media = "mark";
|
|
|
|
|
}
|
|
|
|
|
# Lolicon, shotacon
|
2024-11-14 19:11:10 +01:00
|
|
|
|
// genAction [
|
2024-11-14 16:22:47 +01:00
|
|
|
|
"inumimi.love"
|
|
|
|
|
"filly.love"
|
|
|
|
|
"loli.church"
|
|
|
|
|
"varishangout.net"
|
|
|
|
|
] {
|
|
|
|
|
reason = "Erotica of questionable legality.";
|
|
|
|
|
activities = "restrict";
|
|
|
|
|
media = "strip";
|
|
|
|
|
}
|
|
|
|
|
# CSAM suspects
|
2024-11-14 19:11:10 +01:00
|
|
|
|
// genAction [
|
2024-11-14 16:22:47 +01:00
|
|
|
|
"eepy.express"
|
|
|
|
|
"megasugki.xyz"
|
|
|
|
|
"minor.cafe"
|
|
|
|
|
"outcast.zip"
|
|
|
|
|
"pedo.school"
|
|
|
|
|
"puppyspace.cc"
|
|
|
|
|
"rape.pet"
|
|
|
|
|
"rqd2.net"
|
|
|
|
|
] {
|
|
|
|
|
reason = "Suspected CSAM.";
|
|
|
|
|
activities = "reject";
|
|
|
|
|
media = "strip";
|
|
|
|
|
};
|
|
|
|
|
|
2024-11-14 15:53:38 +01:00
|
|
|
|
hashtags = {
|
|
|
|
|
lewd = {
|
|
|
|
|
reason = "Reduce visibility of lewd posts.";
|
|
|
|
|
sensitive = true;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
nsfw = {
|
|
|
|
|
reason = "Reduce visibility of lewd posts.";
|
|
|
|
|
sensitive = true;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|