Dactyloidae/dom/workers/test/serviceworkers/fetch/hsts/realindex.html

8 lines
349 B
HTML

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