Skip to content

Commit 52686f1

Browse files
committed
rm unsafe directives
1 parent af55159 commit 52686f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

frontend/next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)