Skip to content

Commit 275daf0

Browse files
author
waleed
committed
update csp to remove chat bucket
1 parent eeb8ae0 commit 275daf0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/sim/lib/security/csp.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ export const buildTimeCSPDirectives: CSPDirectives = {
6060
...(env.S3_KB_BUCKET_NAME && env.AWS_REGION
6161
? [`https://${env.S3_KB_BUCKET_NAME}.s3.${env.AWS_REGION}.amazonaws.com`]
6262
: []),
63-
...(env.S3_CHAT_BUCKET_NAME && env.AWS_REGION
64-
? [`https://${env.S3_CHAT_BUCKET_NAME}.s3.${env.AWS_REGION}.amazonaws.com`]
65-
: []),
6663
'https://*.amazonaws.com',
6764
'https://*.blob.core.windows.net',
6865
'https://github.com/*',

0 commit comments

Comments
 (0)