From 59675caf6827e536c6314015a3e00642cb69da8e Mon Sep 17 00:00:00 2001 From: Gabriel Jablonski Date: Sun, 25 May 2025 17:25:15 -0300 Subject: [PATCH] feat: enhance URL validation for webhook form to support localhost on local environment (#54) --- .../integrations/Webhooks/WebhookForm.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/integrations/Webhooks/WebhookForm.vue b/app/javascript/dashboard/routes/dashboard/settings/integrations/Webhooks/WebhookForm.vue index 7ffd76e5d..6d1e9cd1d 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/integrations/Webhooks/WebhookForm.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/integrations/Webhooks/WebhookForm.vue @@ -1,6 +1,6 @@