Created
October 26, 2015 20:32
-
-
Save jakelodwick/76214b2831cbab1c2323 to your computer and use it in GitHub Desktop.
redirect from http to https
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if location.protocol is "http:" | |
window.location = window.location.toString().replace("http:", "https:") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment