Skip to content

Commit

Permalink
Merge pull request #261 from lidofinance/fix/cow-swap-api
Browse files Browse the repository at this point in the history
fix: add cow api to csp allowed list
  • Loading branch information
AnnaSila authored Apr 15, 2024
2 parents af3bb0f + bf9c1eb commit 0d806cb
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 @@ -29,6 +29,7 @@ export const contentSecurityPolicy = {
'https://*.walletconnect.org',
'wss://*.walletconnect.com',
'https://*.walletconnect.com',
'https://api.cow.fi',
...trustedHosts,
],
prefetchSrc: ["'self'", ...trustedHosts],
Expand Down

0 comments on commit 0d806cb

Please sign in to comment.