mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
add a second test swear word and slur - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
This commit is contained in:
parent
e50bc189aa
commit
45d0a4fac2
2 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
// DO NOT EDIT! See the comments at the top of this file.
|
||||
let bannedSlurs = [
|
||||
'TESTPLACEHOLDERSLURWORDHERE',
|
||||
'TESTPLACEHOLDERSLURWORDHERE1',
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
// DO NOT EDIT! See the comments at the top of this file.
|
||||
let bannedWords = [
|
||||
'TESTPLACEHOLDERSWEARWORDHERE',
|
||||
'TESTPLACEHOLDERSWEARWORDHERE1',
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue