mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
try to move to https
This commit is contained in:
6
_includes/ssl-redirect.html
Normal file
6
_includes/ssl-redirect.html
Normal file
@ -0,0 +1,6 @@
|
||||
<script type="text/javascript">
|
||||
var host = "arcanis.name";
|
||||
if ((host == window.location.host) && (window.location.protocol != "https:"))
|
||||
window.location.protocol = "https";
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user