summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/fetch/hsts/realindex.html
blob: e7d282fe837b3c90df10d5880324666892612f63 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>
  var securityInfoPresent = !!SpecialPowers.wrap(window).docShell.currentDocumentChannel.securityInfo;
  window.parent.postMessage({status: "protocol",
                             data: location.protocol,
                             securityInfoPresent},
                            "*");
</script>