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
1 changed files with 1 additions and 0 deletions

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",