Skip to content

Commit

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

0 comments on commit 0bdc468

Please sign in to comment.