Add Mega to comment link moderation (#4835)
This commit is contained in:
parent
86f39ff253
commit
127b443f30
1 changed files with 1 additions and 1 deletions
2
.github/workflows/automoderator.yaml
vendored
2
.github/workflows/automoderator.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
const regexReplacements = [
|
||||
// File Sharing
|
||||
{
|
||||
pattern: /(www\.)?(box|dropbox|mediafire|sugarsync|tresorit|hightail|opentext|sharefile|citrixsharefile|icloud|onedrive|1drv)\.com\/[^\s\)]+/g,
|
||||
pattern: /(www\.)?(box|dropbox|mediafire|sugarsync|tresorit|hightail|opentext|sharefile|citrixsharefile|icloud|onedrive|1drv|mega)(\.com|\.co\.nz)\/[^\s\)]+/g,
|
||||
replacement: '[REDACTED]'
|
||||
},
|
||||
// Google Drive
|
||||
|
|
Loading…
Reference in a new issue