Skip to content

Commit 21b8c9e

Browse files
committed
2505 platform - security - CSP
1 parent 58bcd11 commit 21b8c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/apps/server-app/src/main/resources/config/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ bytechef:
259259
resources:
260260
web: file:///opt/bytechef/client/
261261
security:
262-
content-security-policy: "default-src 'self'; frame-src 'self' https://*.command.ai data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.command.ai https://*.commandbar.com https://*.i.posthog.com https://cdn.jsdelivr.net https://storage.googleapis.com https://unpkg.com; style-src 'self' 'unsafe-inline' https://*.commandbar.com https://cdn.jsdelivr.net https://*.command.ai https://unpkg.com; img-src 'self' https://*.command.ai data:; font-src 'self' data:; media-src 'self' https://*.command.ai; connect-src 'self' https://*.command.ai https://*.i.posthog.com https://*.commandbar.com; worker-src blob:;"
262+
content-security-policy: "default-src 'self'; frame-src 'self' https://*.command.ai data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.command.ai https://*.commandbar.com https://*.i.posthog.com https://cdn.jsdelivr.net https://storage.googleapis.com https://unpkg.com; style-src 'self' 'unsafe-inline' https://*.commandbar.com https://cdn.jsdelivr.net https://*.command.ai https://unpkg.com; img-src 'self' https://*.command.ai data:; font-src 'self' data:; media-src 'self' https://*.command.ai; connect-src 'self' https://*.command.ai https://*.i.posthog.com https://*.commandbar.com; worker-src blob: 'self';"
263263
# Tenant support mode (single | multi - ee only) default: single
264264
tenant:
265265
mode: single

0 commit comments

Comments
 (0)