From c3403953557ff14eb4204ed3f02992f2e821624b Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:21:21 +0100 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 52e23dd..34dbbf3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -21,7 +21,7 @@ if ($args ~ ver=) { } more_set_headers "Cache-Control: $cacheControl"; set $styleSrc "'unsafe-inline' 'self' https://${main_domain}"; -set $connectSrc "'self' blob https://${main_domain} https://${sandbox_domain} wss://${main_domain}"; +set $connectSrc "'self' blob: https://${main_domain} https://${sandbox_domain} wss://${main_domain}"; set $fontSrc "'self' data: https://${main_domain}"; set $imgSrc "'self' data: blob: https://${main_domain}"; set $frameSrc "'self' https://${sandbox_domain} blob:";