Force SSL

pull/453/head
Wes Cossick 8 years ago
parent edf619ea0a
commit 015e9093a1

@ -14,6 +14,9 @@
if(window.location.href.indexOf("nextstepwebs.github.io") !== -1) {
window.location.href = "https://simplemde.com/";
}
if(window.location.protocol != "https:")
window.location.href = "https:"+window.location.href.substring(window.location.protocol.length);
</script>
<style>

Loading…
Cancel
Save