mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Referrer test page change
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user