From 1b7473b38ef61cdce4e3e547f4279e6e488fed85 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 26 May 2023 17:32:58 +0200 Subject: [PATCH] Update nginx.conf https://github.com/YunoHost-Apps/akkoma_ynh/commit/919a7181d253df93d83bc4b227fc63931231a2b0#comments --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d5d8b95..37a65e3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,5 +37,5 @@ location / { } location ~ ^/media { - more_set_headers Content-Security-Policy "script-src 'none';"; + more_set_headers Content-Security-Policy "script-src 'sandbox';"; }