Skip to content

Instantly share code, notes, and snippets.

@CptTZ
Created August 12, 2016 17:16
Show Gist options
  • Save CptTZ/664b81b3ae0688fca212606256c378c2 to your computer and use it in GitHub Desktop.
Save CptTZ/664b81b3ae0688fca212606256c378c2 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if (document.location.protocol != "https:") {
location.href = location.href.replace(/^http:/,"https:");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment