1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Fix proxy by forwarding content-encoding

This commit is contained in:
Thomas Sileo
2023-07-03 20:29:10 +02:00
parent 2cec800332
commit a5290af5c8

View File

@ -1413,6 +1413,7 @@ async def serve_proxy_media(
_filter_proxy_resp_headers(
proxy_resp,
[
"content-encoding",
"content-length",
"content-type",
"content-range",