summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2016-06-11 16:09:02 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2016-06-11 16:09:02 +0200
commita74f5aef3bf28befb1b3b1882ca4a053ad475515 (patch)
treee13c6582c8fb3b8188744c31dd1f304711892db2 /templates/page.tmpl
parentb6814e49b09f8cfdc126524cd9315e0c6c37f587 (diff)
Set "referrer" meta tag to "no-referrer".
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl1
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 &ndash; den fria e-postf&ouml;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">