blob: 7b0b37cffc7d04848c6c0d9abaad46423aa540fa [file] [log] [blame]
<?php
header("Referrer-Policy: origin");
?>
<!DOCTYPE html>
<head>
<meta name="referrer" content="no-referrer">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/get-host-info.js"></script>
</head>
<body>
</body>
<script>
var policy = "no-referrer";
var expectedReferrer = "";
var navigateTo = "same-origin";
</script>
<script src="resources/header-test.js"></script>
</html>