🐛 FIX: Force HTTPS

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
Luke Tainton 2020-05-11 16:27:04 +01:00
parent 2bdbabc116
commit 72e36127e3
No known key found for this signature in database
GPG Key ID: 18D53B90807FF9DA

View File

@ -22,7 +22,7 @@
<link rel="stylesheet" href="css/icomoon.css"> <link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<!-- <script>if (location.protocol !== "https:") location.protocol = "https:";</script> --> <script>if (location.protocol !== "https:") location.protocol = "https:";</script>
</head> </head>