diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-12-13 20:34:58 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-12-13 20:35:01 +0100 |
commit | ec52ee4d4659f552e38da1b3190a38352f2f4207 (patch) | |
tree | 4fa0291d278ed5aaf3b3b6f6c90fd2c4b448ae95 | |
parent | cfea197fc3a793693ff9563cd5f534d6bd10e037 (diff) |
Don't set the referrer policy under the <meta/> header.
We're using the Referrer-Policy HTTP header instead.
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6ee9b11..6bc0e77 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -3,7 +3,6 @@ <head> <title><TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="referrer" content="no-referrer"> <meta charset="utf-8" /> <!-- Bootstrap --> <link rel="stylesheet" href="/static/css/bootstrap.min.css"> |