Skip to content

Commit

Permalink
BC-7438 - Set disposition header to attachment for all find responses…
Browse files Browse the repository at this point in the history
… in legacy file service (#5162)
  • Loading branch information
bischofmax authored Aug 2, 2024
1 parent 3e9cf83 commit 736c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/fileStorage/proxy-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ const signedUrlService = {
userId: creatorId,
flatFileName: fileObject.storageFileName,
localFileName: query.name || fileObject.name,
download,
download: true,
bucket: fileObject.bucket,
})
)
Expand Down

0 comments on commit 736c083

Please sign in to comment.