mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
remove Mead from banned words because it's a legit surname. TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
This commit is contained in:
parent
161eb8a03d
commit
24cc88400f
1 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
// '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 surnames: 'Christ', 'Mead'
|
||||
// Legitimate place names: 'Dyke'
|
||||
//
|
||||
// Explanations for some blocked words:
|
||||
|
|
@ -153,7 +153,6 @@ let bannedWords = [
|
|||
'alcohol',
|
||||
'beer',
|
||||
'beers',
|
||||
'mead',
|
||||
'champagne',
|
||||
'rum',
|
||||
'brandy',
|
||||
|
|
|
|||
Loading…
Reference in a new issue