From 7d3542eaeffd3c8cb2765a0a401a856911425f5d Mon Sep 17 00:00:00 2001 From: Felipe Mendes Date: Mon, 30 Sep 2024 13:02:02 -0300 Subject: [PATCH] chore: v5 add solflare widget csp rule (#2966) --- apps/laboratory/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/laboratory/next.config.mjs b/apps/laboratory/next.config.mjs index 81435953fb..beab63b26e 100644 --- a/apps/laboratory/next.config.mjs +++ b/apps/laboratory/next.config.mjs @@ -14,7 +14,7 @@ const cspHeader = ` connect-src 'self' https://react-wallet.walletconnect.com https://rpc.walletconnect.com https://rpc.walletconnect.org https://relay.walletconnect.com https://relay.walletconnect.org wss://relay.walletconnect.com wss://relay.walletconnect.org https://pulse.walletconnect.com https://pulse.walletconnect.org https://api.web3modal.com https://api.web3modal.org wss://www.walletlink.org https://o1095249.ingest.sentry.io https://quote-api.jup.ag; frame-src 'self' https://verify.walletconnect.com https://verify.walletconnect.org https://secure.walletconnect.com https://secure.walletconnect.org ${ process.env.NEXT_PUBLIC_SECURE_SITE_SDK_URL || '' - }; + } https://widget.solflare.com/; object-src 'none'; base-uri 'self'; form-action 'self';