From 7ec2e871e46f02c0bd836623510387a96d37838f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:02:07 +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..d971dd3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,8 @@ location __PATH__/ { index index.html; + more_set_headers "Content-Security-Policy: frame-ancestors 'self'"; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }