We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fdf669 + 8ec3032 commit 3b36a95Copy full SHA for 3b36a95
apps/studio/vercel.json
@@ -17,6 +17,15 @@
17
}
18
},
19
"headers": [
20
+ {
21
+ "source": "/(.*)",
22
+ "headers": [
23
24
+ "key": "Content-Security-Policy",
25
+ "value": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob: https:; connect-src 'self' ws: wss: http://localhost:* https://*.objectstack.io https://*.objectstack.ai https://*.sentry.io"
26
+ }
27
+ ]
28
+ },
29
{
30
"source": "/assets/(.*)",
31
0 commit comments