From 9d922013471ff66f314b4ffc617b04bc50687981 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 2 May 2019 17:48:13 +0200 Subject: [PATCH] [fix] Allow integration --- conf/nginx.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf.j2 b/conf/nginx.conf.j2 index 48d4af7..ad5de13 100644 --- a/conf/nginx.conf.j2 +++ b/conf/nginx.conf.j2 @@ -32,3 +32,5 @@ location {{ path_url }}/ { location ~ ^{{ path_url }}(data|config|\.ht|db_structure\.xml|README) { deny all; } + +more_set_headers "X-Frame-Options : ALLOWALL";