File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ NEXT_PUBLIC_EVENTS_WS_URL="wss://<SERVER_ADDR>:<SERVER_PORT>"
33
44# BlockVision Pro API key for Monad mainnet contract metadata lookups
55# Get your API key from https://docs.blockvision.org/
6- BLOCKVISION_API_KEY = " your-api-key-here"
6+ BLOCKVISION_API_KEY = " your-api-key-here"
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ const nextConfig: NextConfig = {
2323 key : 'Content-Security-Policy' ,
2424 value : [
2525 "default-src 'self'" ,
26- "script-src 'self' 'unsafe-inline' 'unsafe-eval' " ,
27- "style-src 'self' 'unsafe-inline' " ,
26+ "script-src 'self'" ,
27+ "style-src 'self'" ,
2828 "img-src 'self' data: https://raw.githubusercontent.com" ,
2929 "font-src 'self'" ,
3030 "connect-src 'self' wss://monode-mainnet.monadinfra.com https://*.vercel-insights.com https://*.vercel-analytics.com" ,
You can’t perform that action at this time.
0 commit comments