mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
adjust banned words list -- TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
This commit is contained in:
parent
36b09d40b9
commit
65e71140ee
1 changed files with 14 additions and 6 deletions
|
|
@ -49,11 +49,18 @@
|
|||
|
||||
|
||||
|
||||
// Do not include the following words:
|
||||
// Do not block the following words:
|
||||
// 'ale' because it's Polish for 'but'.
|
||||
// legitimate given names: 'Jesus', 'Sherry'
|
||||
// legitimate surnames: 'Christ'
|
||||
// legitimate place names: 'Dyke'
|
||||
// 'af' because it's Danish for 'of'.
|
||||
// 'god' because it is allowed for use in ways that are not oaths.
|
||||
// Tobacco products because they are more often mentioned when celebrating quitting than in a way that might trigger addictive behaviour.
|
||||
// Legitimate given names: 'Jesus', 'Sherry'
|
||||
// Legitimate surnames: 'Christ'
|
||||
// Legitimate place names: 'Dyke'
|
||||
//
|
||||
// Explanations for some blocked words:
|
||||
// 'fag' means 'subject' in some Scandinavian languages but we have decided to block it for its use as an English-language slur; hopefully the Scandinavian languages have suitable synonyms.
|
||||
// 'slut' means 'end' in Danish but is blocked for the same reason as 'fag'.
|
||||
|
||||
let bannedWords = [
|
||||
'TEST_PLACEHOLDER_SWEAR_WORD_HERE',
|
||||
|
|
@ -66,7 +73,9 @@ let bannedWords = [
|
|||
'dammit',
|
||||
'damned',
|
||||
'omg',
|
||||
'god',
|
||||
'oh my god',
|
||||
'oh god',
|
||||
'oh, god',
|
||||
'g\\*d',
|
||||
|
||||
'shit',
|
||||
|
|
@ -90,7 +99,6 @@ let bannedWords = [
|
|||
'fu',
|
||||
'wtf',
|
||||
'dafuq',
|
||||
'af',
|
||||
|
||||
'ass',
|
||||
'arse',
|
||||
|
|
|
|||
Loading…
Reference in a new issue