Skip to content

Commit fe5ce5a

Browse files
committed
fix(csp): update CSP to allow for google drive picker
1 parent 3a48980 commit fe5ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const nextConfig: NextConfig = {
132132
},
133133
{
134134
// For main app routes, Google Drive Picker, and Vercel resources - use permissive policies
135-
source: '/(w/.*|api/tools/drive|_next/.*|_vercel/.*)',
135+
source: '/(w/.*|workspace/.*|api/tools/drive|_next/.*|_vercel/.*)',
136136
headers: [
137137
{
138138
key: 'Cross-Origin-Embedder-Policy',

0 commit comments

Comments
 (0)