mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Add referrer-policy tests
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML Test Page</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="referrer" content="unsafe-url">
|
||||
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
||||
<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>
|
||||
<br>This should show full URL.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user