Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongliang02 committed Jan 3, 2025
1 parent 2cb5885 commit a3e2230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ContentSecurityPolicy = `
};
frame-src 'self';
object-src 'none';
script-src 'self' ${['test', 'development'].includes(env.NODE_ENV) ? "'unsafe-eval'" : ""};
script-src 'self' ${['test', 'development'].includes(env.NODE_ENV) ? "'unsafe-eval'" : ''};
style-src 'self' https: 'unsafe-inline';
connect-src 'self' https://browser-intake-datadoghq.com https://*.browser-intake-datadoghq.com https://vitals.vercel-insights.com/v1/vitals ${
// For POSTing presigned URLs to R2 storage.
Expand Down

0 comments on commit a3e2230

Please sign in to comment.