diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/badlinks.ts | 1 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index eb87152..96c0a05 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -2678,6 +2678,7 @@ export default [ "nitrodiscord.org", "nitrodlscordl.xyz", "nitrodlscordx.xyz", + "nitrofgift.xyz", "nitrofrees.ru", "nitrogeneral.ru", "nitrogift.xyz", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 7365dbc..aa00973 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -638,6 +638,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord free nitro from steam", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |