Skip to content

Commit

Permalink
Merge pull request #120 from lidofinance/feature/ethui-644-fix-conten…
Browse files Browse the repository at this point in the history
…t-security-settings

fix: csp for new alchemy domain name
  • Loading branch information
AnnaSila authored Jul 27, 2023
2 parents e372103 + b1e8459 commit 72247d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/shared/utils/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const contentSecurityPolicy = {
'https://api.thegraph.com',
'https://*.infura.io',
'https://*.alchemyapi.io',
'https://*.alchemy.com',
'https://*.etherscan.io/api',
...trustedHosts,
],
Expand Down

0 comments on commit 72247d8

Please sign in to comment.