mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
18 lines
765 B
HTML
Executable File
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>
|