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

12 lines
273 B
HTML
Executable File

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