summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2016-03-30 21:19:10 +0300
committerGuilhem Moulin <guilhem.moulin@fripost.org>2016-03-30 21:19:10 +0300
commit65f6693dff9616b3335d46fe7f068db2fbe37b1e (patch)
treec1fb42b13e2772bdbdb35d34b58247a28a07d390 /templates/page.tmpl
parent435c6c322cb5dc12fbd74ec5173029d920e9452d (diff)
Set X-Frame-Options header to "sameorigin".
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 38b4d2c..96ec1a9 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -4,6 +4,7 @@
<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 charset="utf-8" />
+ <meta http-equiv="X-Frame-Options" content="sameorigin">
<!-- Bootstrap -->
<link rel="stylesheet" href="<TMPL_VAR BASEURL>static/css/bootstrap.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->