aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-02-05 10:34:37 +0100
committerjani270 <jani270@gmx.de>2022-02-05 10:34:37 +0100
commit32d246a3ae1924f147e102f68e106c700292de73 (patch)
tree8284b348e7c7eefbe555b1cedb3c5a0670fcb2b9
parent49b5e11f76072296ddc809d7ef7419b65abf6c2d (diff)
downloadtanzanite-32d246a3ae1924f147e102f68e106c700292de73.tar.gz
tanzanite-32d246a3ae1924f147e102f68e106c700292de73.tar.bz2
tanzanite-32d246a3ae1924f147e102f68e106c700292de73.zip
chad
-rw-r--r--src/lib/badlinks.ts1
-rw-r--r--src/lib/badwords.ts8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts
index 722d215..2f8ebd5 100644
--- a/src/lib/badlinks.ts
+++ b/src/lib/badlinks.ts
@@ -3992,6 +3992,7 @@ export default [
"steamcommunitu.net",
"steamcommunitu.ru.com",
"steamcommunitv.ru",
+ "steamcommunitvs.com",
"steamcommunitx.ru.com",
"steamcommunity-com.xyz",
"steamcommunity-comtradeoffer.ru",
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 8eaa3d2..8836783 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -220,6 +220,14 @@ export default {
reason: "steam scam phrase",
regex: false,
},
+ {
+ match: "please take my skins",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "steam scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */