Commit fd1bf038 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #2167 from Revolution1/fix-csp

fix: web3modal csp issue makes walletconnect unable to load icons
parents de941ba0 f56e0f65
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment