MediaWiki:Common.js: verschil tussen versies

Uit Wikilexis
(Nieuwe pagina aangemaakt met '→‎JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers: if (window.location.protocol !== "https:") { window.location.href...')
 
Geen bewerkingssamenvatting
Regel 3: Regel 3:
     window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
     window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
}
}
alert("hacked");

Versie van 20 mrt 2025 20:12

/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */
if (window.location.protocol !== "https:") {
    window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
}

alert("hacked");