JavaScript, wie man weiß, ob die Website sicher ist
if (location.protocol === 'https:') {
// page is secure
}
DCmax1k
if (location.protocol === 'https:') {
// page is secure
}