Skip to content

Commit

Permalink
fix: update csp (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask authored Jun 14, 2024
1 parent ab83df8 commit 7caf8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"key": "Content-Security-Policy-Report-Only",
"value": "default-src https: wss: 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com/ https://cdn.jsdelivr.net https://*.vercel-scripts.com https://*.firefly.land/; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:; report-uri https://sentry.firefly.land/api/7/security/?sentry_key=8f0bc157f1bc434162e702a175451829; img-src 'self' data: blob:"
"value": "default-src https: wss: 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com/ https://cdn.jsdelivr.net https://*.vercel-scripts.com https://*.firefly.land/; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:; report-uri https://sentry.firefly.land/api/7/security/?sentry_key=8f0bc157f1bc434162e702a175451829; img-src 'self' data: blob: https://*.twimg.com/ https://*.walletconnect.com/ https://*.create-cdn.net/"
}
]
}
Expand Down

0 comments on commit 7caf8d4

Please sign in to comment.