mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
remove Mead from banned words because it's a legit surname. TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
// 'god' because it is allowed for use in ways that are not oaths.
|
// '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.
|
// 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 given names: 'Jesus', 'Sherry'
|
||||||
// Legitimate surnames: 'Christ'
|
// Legitimate surnames: 'Christ', 'Mead'
|
||||||
// Legitimate place names: 'Dyke'
|
// Legitimate place names: 'Dyke'
|
||||||
//
|
//
|
||||||
// Explanations for some blocked words:
|
// Explanations for some blocked words:
|
||||||
@@ -153,7 +153,6 @@ let bannedWords = [
|
|||||||
'alcohol',
|
'alcohol',
|
||||||
'beer',
|
'beer',
|
||||||
'beers',
|
'beers',
|
||||||
'mead',
|
|
||||||
'champagne',
|
'champagne',
|
||||||
'rum',
|
'rum',
|
||||||
'brandy',
|
'brandy',
|
||||||
|
|||||||
Reference in New Issue
Block a user