From f344bf27cdca4307f9c0560864ad9aa6291e0dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Mar 2021 22:56:16 +0100 Subject: [PATCH] Testing (#13) * Fix embeds again (#12) --- check_process | 2 +- conf/nginx.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 058bf1f..cf586a4 100644 --- a/check_process +++ b/check_process @@ -6,7 +6,7 @@ language="fr" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/conf/nginx.conf b/conf/nginx.conf index 31c48c0..0d65772 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -39,4 +39,5 @@ location __PATH__/embed/ { proxy_set_header Connection "upgrade"; more_set_headers "X-Frame-Options : ALLOWALL"; + more_set_headers "Content-Security-Policy : upgrade-insecure-requests ; frame-ancestors * "; }