add chat spam domain

hotfix-passive-listeners
Thibault Duplessis 2021-07-28 21:24:48 +02:00
parent 69a08efae8
commit 7fc2b0cb5d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const spamRegex = new RegExp(
'sexdatingcz.club',
'qps.ru',
'tiny.cc/',
'trasderk.blogspot.com',
]
.map(url => url.replace(/\./g, '\\.').replace(/\//g, '\\/'))
.join('|')