Add referrer-policy tests

This commit is contained in:
Stian Lund
2021-03-19 15:49:40 +01:00
parent b8791ad9bd
commit 00ca827ea7
10 changed files with 145 additions and 0 deletions
+14
View File
@@ -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>