From 9547e1b2247b6ca2d5fc5bef7f9c4c21a3dbb153 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Thu, 13 Oct 2022 08:21:17 +0200 Subject: [PATCH] Update conf/nginx.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d3ddd3c..e5891cf 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { index index.html; - add_header Content-Security-Policy "frame-ancestors 'self'"; + more_set_headers "Content-Security-Policy: frame-ancestors 'self'"; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;