Change links protocol to HTTP

Since this may be within a local network/VPN, where a number of services are behind IP addresses and may not have certificates, it makes more sense to make the default protocol for links HTTP. Modern browsers and HSTS will force HTTPS where available anyway.

OR we can remove the prefix before {{url}} and type them individually for each URL.
This commit is contained in:
k 2021-09-01 20:02:08 +03:00 committed by GitHub
parent 2db1e87300
commit 115cbb7bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@
<span class="iconify icon" data-icon="mdi-{{icon}}"></span>
</div>
<div class="apps_text">
<a href="https://{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
<a href="http://{{url}}" {{#if target}}target="{{target}}"{{/if}} >{{name}}</a>
<span id="app-address">{{url}}</span>
</div>
</div>