trisquel-icecat/icecat/dom/serviceworkers/test/fetch/hsts/realindex.html

8 lines
326 B
HTML

<!DOCTYPE html>
<script>
var securityInfoPresent = !!SpecialPowers.wrap(window).docShell.currentDocumentChannel.securityInfo;
window.parent.postMessage({status: "protocol",
data: location.protocol,
securityInfoPresent},
"*");
</script>