diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-30 21:19:10 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-30 21:19:10 +0300 |
commit | 65f6693dff9616b3335d46fe7f068db2fbe37b1e (patch) | |
tree | c1fb42b13e2772bdbdb35d34b58247a28a07d390 | |
parent | 435c6c322cb5dc12fbd74ec5173029d920e9452d (diff) |
Set X-Frame-Options header to "sameorigin".
-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 38b4d2c..96ec1a9 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -4,6 +4,7 @@ <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 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 --> |