window.location = "https://" + window.location.hostname + window.location.pathname + window.location.search;
Prieš tai atlikdami, galbūt norėsite išbandyti, ar window.location.href prasideda ne „https“, todėl nenukreipiate, nebent to turite.
window.location = "https://" + window.location.hostname + window.location.pathname + window.location.search;
Prieš tai atlikdami, galbūt norėsite išbandyti, ar window.location.href prasideda ne „https“, todėl nenukreipiate, nebent to turite.