Files
pathduck.github.io/test/referrer/same-origin.html
T
2024-04-12 14:41:37 +02:00

12 lines
250 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="same-origin">
</head>
<body>
<h1><a href="https://echo.vivaldi.com">same-origin</a></h1>
<br>This should show no referrer / hidden
</body>
</html>