diff options
author | jani270 <jani270@gmx.de> | 2022-02-14 00:34:23 +0100 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-02-14 00:34:23 +0100 |
commit | fd12f26ea3ad05ff49e38dc09ca14cff20c86948 (patch) | |
tree | 27164d1737ebc442585b9f0db2a3c0a27a3dd91a /src/lib | |
parent | c4d415668f7b116d92f09a1621267c0389d661c5 (diff) | |
download | tanzanite-fd12f26ea3ad05ff49e38dc09ca14cff20c86948.tar.gz tanzanite-fd12f26ea3ad05ff49e38dc09ca14cff20c86948.tar.bz2 tanzanite-fd12f26ea3ad05ff49e38dc09ca14cff20c86948.zip |
Added another 2 malware prases
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/badwords.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index b0adb02..9ce33fe 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -653,6 +653,22 @@ export default { reason: "malware phrase", regex: false, }, + { + match: "Hi, can you check out the game I created today:)", + severity: Severity.TEMP_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "malware phrase", + regex: false, + }, + { + match: "Just want to get other people's opinions, what to add and what to remove.", + severity: Severity.TEMP_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "malware phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |