Files
pathduck.github.io/test/referrer/index.html
T
2022-10-07 18:01:53 +02:00

18 lines
765 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Referrer-policy test page</title>
</head>
<body>
<iframe width="500" height="300" src="default.html"></iframe>
<iframe width="500" height="300" src="no-referrer.html"></iframe>
<iframe width="500" height="300" src="no-referrer-when-downgrade.html"></iframe>
<iframe width="500" height="300" src="origin.html"></iframe>
<iframe width="500" height="300" src="origin-when-cross-origin.html"></iframe>
<iframe width="500" height="300" src="same-origin.html"></iframe>
<iframe width="500" height="300" src="strict-origin.html"></iframe>
<iframe width="500" height="300" src="strict-origin-when-cross-origin.html"></iframe>
<iframe width="500" height="300" src="unsafe-url.html"></iframe>
</body>
</html>