Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
postReferrer.php
blob: a98eebab90b15be961512faaab6503dc6afa88e6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
top
.
postMessage
(
'<?php echo $_SERVER["HTTP_REFERER"]; ?>'
,
'*'
);
</script>
</body>