Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
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>