ccc

JS: Forzar https

if (location.protocol != 'https:') {
   location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}

No hay comentarios:

Publicar un comentario