summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork <kori@tulibu-dibu.com>2021-09-01 20:02:08 +0300
committerGitHub <noreply@github.com>2021-09-01 20:02:08 +0300
commit115cbb7bbcc3d134c1ee662286c525d90d2eb43d (patch)
treea9e25bec70593c3c72677dba59f0adc2e91ebb53
parent2db1e87300be6bc5f906f09140ffb56eb0d7a305 (diff)
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.
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e5089cd..bed4f55 100755
--- a/index.html
+++ b/index.html
@@ -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>