diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-12-14 13:57:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 07:57:08 -0500 |
commit | d4a401ed2315a7b5e7dfa390836f2ebae1299976 (patch) | |
tree | e51d1d1fe3d1378c67ad7e4e7941e5c94d093088 | |
parent | 11cc534cc895261d610eb9e7daa0672d8fb16e51 (diff) | |
download | tanzanite-d4a401ed2315a7b5e7dfa390836f2ebae1299976.tar.gz tanzanite-d4a401ed2315a7b5e7dfa390836f2ebae1299976.tar.bz2 tanzanite-d4a401ed2315a7b5e7dfa390836f2ebae1299976.zip |
Update badwords.ts (#50)
* Update badwords.ts
* Update badlinks.ts
* Update badlinks.ts
-rw-r--r-- | src/lib/badlinks.ts | 2 | ||||
-rw-r--r-- | src/lib/badwords.ts | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index ad37330..8e07be8 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -546,6 +546,7 @@ export default [ "dicordapp.com", "dicordgift.ru.com", "dicordglfts.ga", + "dicordglfts.gq", "dicovrd.com", "dicrod.com", "dicscordapp.com", @@ -4571,6 +4572,7 @@ export default [ "steamdesksupport.com", "steamdiscord.com", "steamdiscord.ru", + "steamdiscordj.com", "steamdiscords.com", "steamdiscrod.ru", "steamdlscord.com", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 3a63273..a814c06 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -415,6 +415,13 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "XBOX and DISCORD are giving away free NITRO FULL for a month.": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |