From d211a8ea18749eaeab10b4337d801619e9ce0040 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 May 2022 09:51:56 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ed4e068..20895a8 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location / { alias __FINALPATH__/public/; # Add headers to serve security related headers - more_set_headers "Strict-Transport-Security: frame-ancestors http://*:* https://*:*"; + more_set_headers "Content-Security-Policy : frame-ancestors http://*:* https://*:*"; index index.php;