Skip to content

Commit

Permalink
Merge pull request #163 from lidofinance/develop
Browse files Browse the repository at this point in the history
Merge into main from develop
  • Loading branch information
AnnaSila authored Apr 16, 2024
2 parents f180efd + 1c98f64 commit 461a5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/shared/utils/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const contentSecurityPolicy = {
'https://*.etherscan.io/api',
'https://*.ipfs.w3s.link',
'https://*.ipfs.dweb.link',
'wss://*.walletlink.org',
'https://*.coinbase.com',
...trustedHosts,
],
prefetchSrc: ["'self'", ...trustedHosts],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ type WalletModalForEthProps = React.ComponentProps<typeof WalletsModalForEth>

const HIDDEN_WALLETS: WalletModalForEthProps['hiddenWallets'] = [
'Opera Wallet',
'Coinbase',
'Trust',
'ImToken',
'Coin98',
Expand Down

0 comments on commit 461a5fb

Please sign in to comment.