SOCIETY
This commit is contained in:
parent
289da94bbb
commit
833583919c
29
modules/server/fedi/akkoma/blocklist.nix
Normal file
29
modules/server/fedi/akkoma/blocklist.nix
Normal 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 = { };
|
||||||
|
}
|
|
@ -73,6 +73,12 @@ in {
|
||||||
"Pleroma.Upload.Filter.AnonymizeFilename"
|
"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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue