From 891d8d6a3dcc4337b6787c468f75f0582100c0fe Mon Sep 17 00:00:00 2001 From: "G. Petrakis" <28791067+kek-Sec@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:14:22 +0200 Subject: [PATCH] Feat: enhance URL handling by adding custom URL validation and ensuring HTTPS in input (#5) --- web/src/components/Main.svelte | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/web/src/components/Main.svelte b/web/src/components/Main.svelte index 02aaf11..00ba77f 100644 --- a/web/src/components/Main.svelte +++ b/web/src/components/Main.svelte @@ -1,40 +1,50 @@