From aaa71d4d516264c207c73d54f70406e76b7940e9 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 22 Jul 2022 11:52:21 -0600 Subject: [PATCH] remove X-Frame header --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index e1a1f03..b052afb 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,8 @@ location __PATH__/ { index index.php; client_max_body_size 512M; + + more_clear_headers 'X-Frame-Options'; try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) {