mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
added unsecure http option
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user