Sign in
chromium
/
chromium
/
src
/
3a4922a8bff5719beeb731a39878047e258245d1
/
.
/
third_party
/
blink
/
web_tests
/
external
/
wpt
/
https-upgrades
/
resources
/
pass-with-referrer.html
blob: be978c16dc866fd536c188983e1095c9f2396950 [
file
]
<!DOCTYPE html>
<html>
<body>
<script>
window
.
onload
=
(
event
)
=>
{
window
.
opener
.
postMessage
({
'pass'
:
true
,
'referrer'
:
document
.
referrer
},
'*'
);
};
</script>
</body>
</html>