mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user