From fd12f26ea3ad05ff49e38dc09ca14cff20c86948 Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 14 Feb 2022 00:34:23 +0100 Subject: Added another 2 malware prases --- src/lib/badwords.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src') 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, + }, ], /* -------------------------------------------------------------------------- */ -- cgit