mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
chore(words): allow mild oaths and troublesome streamer as discussed
This commit is contained in:
parent
4a3a7db52a
commit
08288db1ef
1 changed files with 0 additions and 9 deletions
|
|
@ -85,19 +85,12 @@ const bannedWords = [
|
|||
|
||||
|
||||
|
||||
'hell',
|
||||
'hellish',
|
||||
'damn',
|
||||
'goddamn',
|
||||
'damnit',
|
||||
'dammit',
|
||||
'damned',
|
||||
'omg',
|
||||
'omfg',
|
||||
'oh my god',
|
||||
'oh god',
|
||||
'oh, god',
|
||||
'g\\*d',
|
||||
|
||||
'bugger',
|
||||
'buggery',
|
||||
|
|
@ -194,8 +187,6 @@ const bannedWords = [
|
|||
|
||||
'heroin',
|
||||
'cocaine',
|
||||
|
||||
'pewdiepie',
|
||||
];
|
||||
|
||||
export default bannedWords;
|
||||
|
|
|
|||
Loading…
Reference in a new issue