Omleiden naar SSL - CSS-trucs

Anonim
window.location = "https://" + window.location.hostname + window.location.pathname + window.location.search;

U wilt misschien testen of window.location.href niet begint met "https" voordat u dat doet, zodat u niet doorverwijst tenzij het moet.