trisquel-icecat/icecat/testing/web-platform/tests/https-upgrades/resources/pass-with-referrer.html

13 lines
251 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
window.onload = (event) => {
window.opener.postMessage({
'pass': true,
'referrer': document.referrer},
'*');
};
</script>
</body>
</html>