cave/store: extend UNSAFE_TAGS

This commit is contained in:
Astro 2023-01-14 04:03:45 +01:00
parent 3c023eb8e4
commit 6e672e95fd

View File

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