Don’t send Referer headers

Remove the `Referer` request header when clicking on referrer links in Fathom. This isn’t a public page so keep the secret of its existence.
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
This commit is contained in:
Daniel Aleksandersen 2018-06-13 21:44:48 +02:00 committed by GitHub
parent 844c5996ff
commit 4bed10990e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<title>Fathom - simple website analytics</title>
<link href="/assets/css/styles.css" rel="stylesheet">
<meta charset="utf-8">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon.png">
</head>