Disable sending referer when clicking on links to external websites

This commit is contained in:
Alexandre Aubin 2024-07-05 19:00:19 +02:00
parent ad7c927aa1
commit 3b50606ff8

View file

@ -9,6 +9,7 @@
/>
<meta name="format-detection" content="telephone=no" />
<meta name="robots" content="noindex, nofollow" />
<meta name="referrer" content="no-referrer" />
<link rel="icon" href="/favicon.png" />
<title>YunoHost Admin</title>
</head>