Skip to content

Fix Content-Disposition hard-coded to attachments

Stan Hu requested to merge sh-fix-content-disposition-inline into master

Due to a regression in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24919, Content-Disposition is hard-coded to attachment instead of inline. We now use the argument disposition to fix that problem.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57660

Merge request reports