cave/store: commit all UNSAFE_TAGS

This commit is contained in:
Astro 2022-12-26 02:24:17 +01:00
parent a0b7ae8b3b
commit b6d1c0dabc

View File

@ -18,7 +18,7 @@ pub const TREND_POOL_SIZE: usize = 20;
pub const IMAGES_PER_TAG: usize = 8;
pub const UNSAFE_TAGS: &[&str] = &[
"dick",
"bigdick",
"gayporn",
"porn",
"p0rn",
@ -83,8 +83,21 @@ pub const UNSAFE_TAGS: &[&str] = &[
"yiff",
"semen",
"rule34",
"r34",
"yaoi",
"swastika",
"hardcore",
"shota",
"dildo",
"nutte",
"nutten",
"whore",
"whores",
"hoe",
"hoes",
"prostitute",
"prostitutes",
"prostitution",
];
pub type Error = RedisError;