Skip to content

Commit

Permalink
Merge pull request #165 from lidofinance/feat/coinbase-wallet
Browse files Browse the repository at this point in the history
fix link in content security policy
  • Loading branch information
AnnaSila authored Apr 15, 2024
2 parents 788770f + c10e028 commit 1c98f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/utils/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const contentSecurityPolicy = {
'https://*.etherscan.io/api',
'https://*.ipfs.w3s.link',
'https://*.ipfs.dweb.link',
'wss://*.walletconnect.org',
'wss://*.walletlink.org',
'https://*.coinbase.com',
...trustedHosts,
],
Expand Down

0 comments on commit 1c98f64

Please sign in to comment.