James Cole
2026-04-03 21:23:45 +02:00
parent 40246caaa8
commit f01a56f467

View File

@@ -34,6 +34,7 @@ class UrlValidator
return
str_starts_with($url, 'https://hooks.slack.com/services/')
|| str_starts_with($url, 'https://discord.com/api/webhooks/')
|| str_starts_with($url, 'https://discordapp.com/api/webhooks/')
|| str_ends_with($url, '/slack');
}
}