Skip to content

Instantly share code, notes, and snippets.

@devheedoo
Last active December 16, 2016 04:07
Show Gist options
  • Save devheedoo/bf359059875071d82e2a9d588e9ab9dd to your computer and use it in GitHub Desktop.
Save devheedoo/bf359059875071d82e2a9d588e9ab9dd to your computer and use it in GitHub Desktop.
redirect to https
// If user types www.example.com, browser opens http://www.example.com by default.
var url = "https://www.example.com";
window.location.replace(url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment