-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbefe5e
commit aa5c422
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,8 @@ 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', // lottie player | ||
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player | ||
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player | ||
`https://${process.env.NEXT_PUBLIC_PINATA_GATEWAY_URL}`, | ||
'https://usdc-claim-git-master-coinbase-vercel.vercel.app', | ||
'https://eth.merkle.io', // new default viem rpc | ||
|