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
+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>