1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-26 13:19:54 -04:00
Files
pathduck.github.io/test/referrer/same-origin.html
Stian Lund a437e23378 changes
2022-10-07 18:01:53 +02:00

12 lines
252 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://whatsmyreferer.com">same-origin</a></h1>
<br>This should show no referrer / hidden
</body>
</html>