mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
removed a slur that has legit uses - TRIGGER / CONTENT WARNING: slurs, swearwords, assault, etc
This commit is contained in:
parent
6c4c5b4697
commit
d05d2fb9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,6 +79,7 @@
|
|||
// Some words that are slurs in English are not included here because they are valid words in other languages and so must not cause an automatic mute.
|
||||
// See the comments in bannedWords.js for details.
|
||||
|
||||
// 'spic' should not be banned because it's often used in the phrase "spic and span"
|
||||
// 'tards' is currently not in this list because it's causing a problem for French speakers - it's commonly used within French words after an accented 'e' which the word blocker's regular expression treats as a word boundary
|
||||
|
||||
|
||||
|
|
@ -91,7 +92,6 @@ let bannedSlurs = [
|
|||
|
||||
|
||||
'sluts',
|
||||
'spic',
|
||||
'spics',
|
||||
'tranny',
|
||||
'trannies',
|
||||
|
|
|
|||
Loading…
Reference in a new issue