From a9548be56986f54016bdf8d2b1de1efef224f74f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Feb 2023 07:44:14 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 58bbde2..6cd2808 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,8 @@ location __PATH__/ { alias __INSTALL_DIR__/; index index.html; + + more_set_headers "Content-Security-Policy: frame-ancestors 'self'"; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;