Skip to content

Commit

Permalink
Merge pull request #19 from thisisjoesGH/joe/stricter-referrer-policy
Browse files Browse the repository at this point in the history
Tighten referrer policy to avoid sending origin over unsecured HTTP
  • Loading branch information
defnull authored Jun 7, 2024
2 parents e8a4997 + 0a1a32b commit 3d09ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel='shortcut icon' type='image/svg+xml' href='/favicon.svg'>
<link rel='shortcut icon' type='image/vnd.microsoft.icon' href='/favicon.ico'>

<meta name="referrer" content="origin-when-cross-origin" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fediwall</title>
</head>
Expand Down

0 comments on commit 3d09ccc

Please sign in to comment.