Skip to content

Commit

Permalink
feat(Indecencies blocklist): add more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Nov 19, 2022
1 parent b9cae2e commit d16b5fe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,18 @@ export const state = () => ({
},
{
name: 'Indecencies blocklist',
tags: ['-scat', '-shitting', '-diaper', '-fart', '-shitpost', '-gore']
tags: [
'-scat',
'-shitting',
'-diaper',
'-pee',
'-peeing',
'-peeing_self',
'-fart',
'-shitpost',
'-gore',
'-vore'
]
},
{
name: 'Explicit rating',
Expand Down

0 comments on commit d16b5fe

Please sign in to comment.