try to move to https

This commit is contained in:
arcan1s
2015-08-08 23:19:38 +03:00
parent 61173774e0
commit eb62296aba
11 changed files with 33 additions and 25 deletions

View 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>