blob: 28faeec47b7a429d8fd182ee94fe5baa8d768767 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="referrer" content="origin-when-crossorigin"/>
<script>
function done() {
document.getElementById("link").href = "/redirect?http://www.a.com:" + location.port + "/echoreferrer";
}
</script>
</head>
<body onload="done()">
<a id="link">link</a>
</body>
</html>