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