1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00

Merge pull request #13727 from Budibase/fix/csp-worker-signature-component

Included blob: in worker-src Content Security Policy header.
This commit is contained in:
Andrew Kingston 2024-05-21 19:25:34 +01:00 committed by GitHub
commit 2bdbc494e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ http {
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 https://cdn.budi.live";
set $csp_worker "worker-src 'none'";
set $csp_worker "worker-src blob:";
error_page 502 503 504 /error.html;
location = /error.html {