diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-06-11 16:09:02 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-06-11 16:09:02 +0200 |
commit | a74f5aef3bf28befb1b3b1882ca4a053ad475515 (patch) | |
tree | e13c6582c8fb3b8188744c31dd1f304711892db2 | |
parent | b6814e49b09f8cfdc126524cd9315e0c6c37f587 (diff) |
Set "referrer" meta tag to "no-referrer".
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6bc0e77..6ee9b11 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -3,6 +3,7 @@ <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"> |