mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(csp): update CSP to allow for google drive picker
This commit is contained in:
@@ -132,7 +132,7 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
{
|
||||
// For main app routes, Google Drive Picker, and Vercel resources - use permissive policies
|
||||
source: '/(w/.*|api/tools/drive|_next/.*|_vercel/.*)',
|
||||
source: '/(w/.*|workspace/.*|api/tools/drive|_next/.*|_vercel/.*)',
|
||||
headers: [
|
||||
{
|
||||
key: 'Cross-Origin-Embedder-Policy',
|
||||
|
||||
Reference in New Issue
Block a user