Átirányítás az SSL-re - CSS-trükkök

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

Lehet, hogy tesztelni szeretné, hogy az window.location.href nem a „https” -nel kezdődik-e, mielőtt ezt megtenné, tehát csak akkor kell átirányítania, ha muszáj.