Skip to content

Instantly share code, notes, and snippets.

@nathanoffline
Created June 8, 2020 18:07
Show Gist options
  • Save nathanoffline/8847478265736fdb6fa28346534be13d to your computer and use it in GitHub Desktop.
Save nathanoffline/8847478265736fdb6fa28346534be13d to your computer and use it in GitHub Desktop.
Force https
window.location.href.match("https")||(window.location.href=window.location.href.replace("http","https"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment