Skip to content

Commit

Permalink
chore: v5 add solflare widget csp rule (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoruka authored Sep 30, 2024
1 parent 8b54042 commit 7d3542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 7d3542e

Please sign in to comment.