cave/store: extend UNSAFE_TAGS

This commit is contained in:
Astro 2023-01-14 04:03:45 +01:00
parent 3c023eb8e4
commit 6e672e95fd
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,7 @@ pub const UNSAFE_TAGS: &[&str] = &[
"dogshit",
"gore",
"nsfw",
"nsfwart",
"pussy",
"pussies",
"vagina",
@ -102,6 +103,11 @@ pub const UNSAFE_TAGS: &[&str] = &[
"adultcartoon",
"adultcartoons",
"cartoonporn",
"bigtit",
"bigtits",
"bigboobs",
"blowjob",
"topless",
];
pub type Error = RedisError;