Skip to content

Commit

Permalink
add csp
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Feb 13, 2025
1 parent ca8dad7 commit 7f2aa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
1 change: 1 addition & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const contentSecurityPolicy = {
'https://*.datadoghq.com', //datadog
'https://translate.googleapis.com', // Let user translate our website
'https://sdk-api.neynar.com/', // Neynar API
'https://cdn.jsdelivr.net/npm/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player for profile pages
'https://cdn.jsdelivr.net/npm/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player for profile pages
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player for profile pages
'https://unpkg.com/@lottiefiles/[email protected]/dist/dotlottie-player.wasm', // lottie player for api
Expand Down

0 comments on commit 7f2aa5f

Please sign in to comment.