We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27721f commit f59b0c1Copy full SHA for f59b0c1
1 file changed
app/entry.server.tsx
@@ -68,6 +68,10 @@ async function handleRequest(...args: DocRequestArgs) {
68
'connect-src': [
69
MODE === 'development' ? 'ws:' : undefined,
70
process.env.SENTRY_DSN ? '*.sentry.io' : undefined,
71
+ // Spotlight (SSE to the sidecar)
72
+ MODE === 'development'
73
+ ? 'http://localhost:8969'
74
+ : undefined,
75
"'self'",
76
],
77
'font-src': ["'self'"],
0 commit comments