Skip to content

Commit

Permalink
MNT-23724: Fix for Downloading a folder as zip with correct Name
Browse files Browse the repository at this point in the history
Cherrypicked from master
  • Loading branch information
rrajoria committed Jun 20, 2023
1 parent 0e23ba3 commit b55e111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ system.remove-alf_server-table-from-db.ignored=true
allow.unsecure.callback.jsonp=false

# pre-configured allow list of media/mime types to allow inline instead of attachment (via Content-Disposition response header)
content.nonAttach.mimetypes=application/pdf,image/jpeg,image/gif,image/png,image/tiff,image/bmp
content.nonAttach.mimetypes=application/pdf,image/jpeg,image/gif,image/png,image/tiff,image/bmp,application/octet-stream

# Zip file compression ratio threshold as a percentage, above which the zip file will be considered a "zip bomb" and the
# import extraction process cancelled.
Expand Down

0 comments on commit b55e111

Please sign in to comment.