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

Merge branch 'master' into prefill-cards

This commit is contained in:
Andrew Kingston 2024-05-22 08:19:15 +01:00 committed by GitHub
commit 35897b3cb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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 {

View file

@ -1,5 +1,5 @@
{
"version": "2.27.0",
"version": "2.27.1",
"npmClient": "yarn",
"packages": [
"packages/*",