Skip to content

Instantly share code, notes, and snippets.

@t-ashula
Created January 20, 2014 06:41
Show Gist options
  • Save t-ashula/8515977 to your computer and use it in GitHub Desktop.
Save t-ashula/8515977 to your computer and use it in GitHub Desktop.
$(function(){
if (location.href.indexOf('https') < 0 && location.href.indexOf('-dev') < 0 && location.href.indexOf('local') < 0) {
location.href = location.href.replace('http://', 'https://');
return;
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment