1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00

change referrer test url

This commit is contained in:
Stian Lund
2024-04-12 14:41:37 +02:00
parent b30c485e63
commit 3ecea5fa01
11 changed files with 12 additions and 11 deletions

View File

@@ -8,11 +8,11 @@
<hr>
<div>TEL link: <a href="tel:1-234-567-8910">TEL link</a></div>
<div>MAILTO link: <a href="mailto:test@example.com">MAILTO link</a></div>
<div>MAGNET link: <a href="magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3&dn=The+WIRED+CD+-+Rip.+Sample.+Mash.+Share&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fwired-cd.torrent">MAGNET link</a></div>
<div>FTP protocol: <a href="ftp://ftp.sunet.se/robots.txt">FTP link</a></div>
<div>SFTP protocol: <a href="sftp://tty.sdf.org">SFTP link</a></div>
<div>MAGNET protocol: <a href="magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3&dn=The+WIRED+CD+-+Rip.+Sample.+Mash.+Share&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&xs=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fwired-cd.torrent">MAGNET link</a></div>
<div>"Insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a></div>
<div>"Insecure" ZIP download: <a href="http://ftp.matrixgames.com/pub/AYearInReview2008.zip">Download over plain HTTP</a></div>
<hr>
</body>
</body>
</html>

View File

@@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico" sizes="32x32" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">default</a></h1>
<h1><a href="https://echo.vivaldi.com">default</a></h1>
<br>This should be same as "strict-origin-when-cross-origin".
</body>
</html>

View File

@@ -13,5 +13,6 @@
<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>
<iframe width="500" height="300" src="js-referrer.html"></iframe>
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="no-referrer-when-downgrade">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">no-referrer-when-downgrade</a></h1>
<h1><a href="https://echo.vivaldi.com">no-referrer-when-downgrade</a></h1>
<br>This should show full URL.
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="no-referrer">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">no-referrer</a></h1>
<h1><a href="https://echo.vivaldi.com">no-referrer</a></h1>
<br>This should show no referrer / hidden
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="origin-when-cross-origin">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">origin-when-cross-origin</a></h1>
<h1><a href="https://echo.vivaldi.com">origin-when-cross-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="origin">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">origin</a></h1>
<h1><a href="https://echo.vivaldi.com">origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="same-origin">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">same-origin</a></h1>
<h1><a href="https://echo.vivaldi.com">same-origin</a></h1>
<br>This should show no referrer / hidden
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="strict-origin-when-cross-origin">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">strict-origin-when-cross-origin</a></h1>
<h1><a href="https://echo.vivaldi.com">strict-origin-when-cross-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="strict-origin">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">strict-origin</a></h1>
<h1><a href="https://echo.vivaldi.com">strict-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -5,7 +5,7 @@
<meta name="referrer" content="unsafe-url">
</head>
<body>
<h1><a href="https://whatsmyreferer.com">unsafe-url</a></h1>
<h1><a href="https://echo.vivaldi.com">unsafe-url</a></h1>
<br>This should show full URL.
</body>
</html>