diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-30 21:24:01 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-03-30 21:24:01 +0300 |
commit | 2fd4205196217e4356d7855a1926f95aacdf2419 (patch) | |
tree | 48c1696a34864fa42b0c2ac6b99e395ad021b7a4 | |
parent | 65f6693dff9616b3335d46fe7f068db2fbe37b1e (diff) |
Revert "Set X-Frame-Options header to "sameorigin"."
This reverts commit 65f6693dff9616b3335d46fe7f068db2fbe37b1e.
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 96ec1a9..38b4d2c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -4,7 +4,6 @@ <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 --> |