From 776bcbb40cba0031c93726e3e5a1034f9e84ccae Mon Sep 17 00:00:00 2001 From: urania-dev Date: Thu, 11 Apr 2024 14:46:14 +0200 Subject: [PATCH] added unsecure http option --- CHANGELOG.md | 1 + src/routes/(frontend)/dashboard/shorten/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295b7b3..f230fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,4 +72,5 @@ - 0.7.2 - Fixed typo - Fix on custom theme + - Feature Requested: Allow unsecure HTTP url in redirection \ No newline at end of file diff --git a/src/routes/(frontend)/dashboard/shorten/+page.svelte b/src/routes/(frontend)/dashboard/shorten/+page.svelte index 6719f20..0a73377 100644 --- a/src/routes/(frontend)/dashboard/shorten/+page.svelte +++ b/src/routes/(frontend)/dashboard/shorten/+page.svelte @@ -183,7 +183,7 @@ /> {#if data.allow_unsecure_http}{@html $t('snapps:original:url:helper')}{/if}{#if data.allow_unsecure_http === false}{@html $t('snapps:original:url:helper')}{/if}