This commit is contained in:
Sakooooo 2025-01-02 17:35:33 +04:00
parent 289da94bbb
commit 833583919c
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
media_nsfw = { };
reject = {
"wank.social" = "never goon";
"baraag.net" = "total pedo death";
"rape.pet" = "total pedo death";
"youjo.love" = "total pedo death";
"cunny.beauty" = "total pedo death";
"rqd2.net" = "total pedo death";
"cottoncandy.cafe" = "total pedo death";
"love.is.notacri.me" = "total pedo death";
"minor.cafe" = "total pedo death";
"filly.love" = "total pedo death";
"poni.cc" = "total pedo death";
"mesugaki.xyz" = "total pedo death";
"vampires.pet" = "total pedo death";
"eepy.express" = "total pedo death";
"inumimi.love" = "total pedo death";
"aethy.com" = "total pedo death";
"cunnyfu.cc" = "total pedo death";
"kidsarehot.fyi" = "total pedo death";
"loli.rodeo" = "total pedo death";
"pawoo.net" = "total pedo death";
"shota.house" = "total pedo death";
};
followers_only = { };
}

View file

@ -73,6 +73,12 @@ in {
"Pleroma.Upload.Filter.AnonymizeFilename"
];
};
":mrf_simple" = let blocklist = import ./blocklist.nix;
in {
# media_nsfw = mkMap blocklist.media_nsfw;
reject = mkMap blocklist.reject;
# followers_only = mkMap blocklist.followers_only;
};
};
};
};