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

Referrer test page change

This commit is contained in:
Stian Lund
2021-08-17 14:41:31 +02:00
parent 8d744371fc
commit 76558e8b2e
10 changed files with 23 additions and 9 deletions

14
focus-test.html Executable file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Input focus test</title>
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
<link rel="icon" href="./img/decscope-logo-150x150.png" sizes="32x32">
</head>
<body>
<center>
<input type="test" autofocus>
</center>
</body>
</html>

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">default</a></h1>
<h1><a href="https://whatsmyreferer.com">default</a></h1>
<br>This should be same as "strict-origin-when-cross-origin".
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">no-referrer-when-downgrade</a></h1>
<h1><a href="https://whatsmyreferer.com">no-referrer-when-downgrade</a></h1>
<br>This should show full URL.
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">no-referrer</a></h1>
<h1><a href="https://whatsmyreferer.com">no-referrer</a></h1>
<br>This should show no referrer / hidden
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">origin-when-cross-origin</a></h1>
<h1><a href="https://whatsmyreferer.com">origin-when-cross-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">origin</a></h1>
<h1><a href="https://whatsmyreferer.com">origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">same-origin</a></h1>
<h1><a href="https://whatsmyreferer.com">same-origin</a></h1>
<br>This should show no referrer / hidden
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">strict-origin-when-cross-origin</a></h1>
<h1><a href="https://whatsmyreferer.com">strict-origin-when-cross-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">strict-origin</a></h1>
<h1><a href="https://whatsmyreferer.com">strict-origin</a></h1>
<br>This should show host/domain only.
</body>
</html>

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://www.whatismyreferer.com">unsafe-url</a></h1>
<h1><a href="https://whatsmyreferer.com">unsafe-url</a></h1>
<br>This should show full URL.
</body>
</html>