Skip to content

Fix LFS not working with git-lfs 2.5.0

Stan Hu requested to merge sh-git-lfs-all-content-types into master

git-lfs 2.5.0 now sets the Content-Type header instead of hard-coding it to application/octet-stream: https://github.com/git-lfs/git-lfs/pull/3137

To make this work for Workhorse, we need to loosen the proxy matcher.

Closes #179 (closed)

Merge request reports