Referrer test page change

This commit is contained in:
Stian Lund
2021-08-17 14:41:31 +02:00
parent 9b23d78f1e
commit b6684d146c
10 changed files with 23 additions and 9 deletions
+14
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>
+1 -1
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>
@@ -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>
+1 -1
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>
+1 -1
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>
+1 -1
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>
+1 -1
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>
@@ -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>
+1 -1
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>
+1 -1
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>