adjust banned words list -- TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc

This commit is contained in:
Alys 2017-05-13 00:48:35 +10:00
parent 36b09d40b9
commit 65e71140ee

View file

@ -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',