blob: 8db9068d5d265c6e72bedd2959c7102fea5c1e0a [file] [log] [blame]
<?php
header("Referrer-Policy: origin");
?>
<!DOCTYPE html>
<head>
<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 = "origin";
var expectedReferrer = document.location.origin + "/";
var navigateTo = "cross-origin-no-downgrade";
</script>
<script src="resources/header-test.js"></script>
</html>