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 * "; }