update csp media-src to allow media from budi cdn

This commit is contained in:
andz-bb 2023-03-06 17:33:56 +00:00
parent a1d9906529
commit bf903dc956
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ http {
set $csp_frame "frame-src 'self' https:";
set $csp_img "img-src http: https: data: blob:";
set $csp_manifest "manifest-src 'self'";
set $csp_media "media-src 'self' https://js.intercomcdn.com";
set $csp_media "media-src 'self' https://js.intercomcdn.com https://cdn.budi.live";
set $csp_worker "worker-src 'none'";
error_page 502 503 504 /error.html;