diff --git a/backend/src/file/file.controller.ts b/backend/src/file/file.controller.ts index e7d4e96..fa89093 100644 --- a/backend/src/file/file.controller.ts +++ b/backend/src/file/file.controller.ts @@ -78,7 +78,7 @@ export class FileController { "Content-Type": mime?.lookup?.(file.metaData.name) || "application/octet-stream", "Content-Length": file.metaData.size, - "Content-Security-Policy": "script-src 'none'", + "Content-Security-Policy": "sandbox", }; if (download === "true") {