mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 19:58:52 +00:00
moved two words from slurs to banned - TRIGGER / CONTENT WARNING: slurs, swearwords, assault, etc
Refer to the new comment in bannedWords.js for the reason.
This commit is contained in:
parent
db7d1d0e14
commit
c317d1d040
2 changed files with 4 additions and 2 deletions
|
|
@ -100,8 +100,6 @@ const bannedSlurs = [
|
|||
'trannies',
|
||||
'nigger',
|
||||
'niggers',
|
||||
'nigga',
|
||||
'niggas',
|
||||
'fags',
|
||||
'faggot',
|
||||
'faggots',
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@
|
|||
// "Expanded Party: Polyamorous Adventurers" guild (17bb8393-2d74-42de-8dcb-315a5f596636)
|
||||
// wants to discuss https://en.wikipedia.org/wiki/The_Ethical_Slut (a book) and
|
||||
// we've decided to allow that.
|
||||
// As of 2020-06-06, 'nigga' and 'niggas' are here rather than in bannedSlurs.js because
|
||||
// we've found that in private they are far more often used in a reclaimed way than as slurs.
|
||||
|
||||
|
||||
// DO NOT EDIT! See the comments at the top of this file.
|
||||
|
|
@ -152,6 +154,8 @@ const bannedWords = [
|
|||
'fag',
|
||||
'slut',
|
||||
'sluts',
|
||||
'nigga',
|
||||
'niggas',
|
||||
'retard',
|
||||
'retards',
|
||||
'bastard',
|
||||
|
|
|
|||
Loading…
Reference in a new issue