added unsecure http option

This commit is contained in:
urania-dev
2024-04-11 14:46:14 +02:00
parent 270a1cae66
commit 776bcbb40c
2 changed files with 2 additions and 1 deletions

View File

@@ -72,4 +72,5 @@
- 0.7.2 - 0.7.2
- Fixed typo - Fixed typo
- Fix on custom theme - Fix on custom theme
- Feature Requested: Allow unsecure HTTP url in redirection

View File

@@ -183,7 +183,7 @@
/> />
</div> </div>
<Small class="mt-1" <Small class="mt-1"
>{#if data.allow_unsecure_http}{@html $t('snapps:original:url:helper')}{/if}</Small >{#if data.allow_unsecure_http === false}{@html $t('snapps:original:url:helper')}{/if}</Small
> >
</label> </label>
<label for="shortcode" class="flex flex-col gap-1"> <label for="shortcode" class="flex flex-col gap-1">