~tsileo/microblog.pub

a5290af5c803cdd57ef30390c45e0a2e2eb27211 — Thomas Sileo 1 year, 3 months ago 2cec800
Fix proxy by forwarding content-encoding
1 files changed, 1 insertions(+), 0 deletions(-)

M app/main.py
M app/main.py => app/main.py +1 -0
@@ 1413,6 1413,7 @@ async def serve_proxy_media(
            _filter_proxy_resp_headers(
                proxy_resp,
                [
                    "content-encoding",
                    "content-length",
                    "content-type",
                    "content-range",