diff options
| -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 --> | 
