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:
14
focus-test.html
Executable file
14
focus-test.html
Executable 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>
|
||||
@@ -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