Fix empty content-encoding for artifacts

What does this MR do?

Fix empty content-encoding for artifacts

When an artifact is returned without a content-encoding header from API, and pages running behind a reverse-proxy or k8s ingress - it may result in two content-encoding headers with the former one being blank and causing browsers to display garbage (because the latter is likely to be some compression).

Fixes #1167

TODO

Edited by Vasily Fedoseyev

Merge request reports

Loading