Skip to content

Commit

Permalink
Merge pull request #2167 from Revolution1/fix-csp
Browse files Browse the repository at this point in the history
fix: web3modal csp issue makes walletconnect unable to load icons
  • Loading branch information
tom2drum authored Aug 14, 2024
2 parents de941ba + f56e0f6 commit fd1bf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextjs/csp/policies/walletConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function walletConnect(): CspDev.DirectiveDescriptor {
return {
'connect-src': [
'*.web3modal.com',
'*.web3modal.org',
'*.walletconnect.com',
'wss://relay.walletconnect.com',
'wss://www.walletlink.org',
Expand Down

0 comments on commit fd1bf03

Please sign in to comment.