Skip to content

Commit

Permalink
update lottie csp
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Feb 13, 2025
1 parent 02150fb commit 6bd1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const contentSecurityPolicy = {
'https://*.datadoghq.com', //datadog
'https://translate.googleapis.com', // Let user translate our website
'https://sdk-api.neynar.com/', // Neynar API
'https://unpkg.com/@lottiefiles/dotlottie-web@0.31.1/dist/dotlottie-player.wasm', // lottie player
'https://unpkg.com/@lottiefiles/dotlottie-web', // lottie player
`https://${process.env.NEXT_PUBLIC_PINATA_GATEWAY_URL}`,
'https://usdc-claim-git-master-coinbase-vercel.vercel.app',
],
Expand Down

0 comments on commit 6bd1d21

Please sign in to comment.