Skip to content

Commit

Permalink
feat: allow all connect-src
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 24, 2024
1 parent 67b27d4 commit 03a14ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/web/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const createApp = async () => {
"'sha256-3eiqAvd5lbIOVQdobPBczwuRAhAf7/oxg3HH2aFmp8Y='",
...config.get("csp.scriptSrc"),
],
"connect-src": ["'self'", "*"],
},
},
crossOriginEmbedderPolicy: false,
Expand Down

0 comments on commit 03a14ed

Please sign in to comment.