mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-23 16:13:15 +01:00
tighten referrer policy to avoid sending origin over unsecured http connections
This commit is contained in:
parent
e8a4997688
commit
0a1a32b56b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user