Skip to content

Commit

Permalink
fix: add safe.global to manifest csp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Feb 17, 2024
1 parent 9d71492 commit 9677549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ContentSecurityPolicy = `
font-src 'self' data:;
img-src 'self' ${IMG_SRC.join(' ')} data:;
connect-src 'self' ${CONNECT_SRC.join(' ')};
manifest-src 'self';
manifest-src 'self' https://*.safe.global;
frame-src ${FRAME_SRC.join(' ')};
media-src 'self' https://jbx.mypinata.cloud ${INFURA_IPFS_URLS.join(' ')};
frame-ancestors ${FRAME_ANCESTORS.join(' ')};
Expand Down

0 comments on commit 9677549

Please sign in to comment.