mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Do not add a Content-Type header to ingress (#83425)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c75bf20a3c
commit
a0518295d5
@@ -130,6 +130,7 @@ class HassIOIngress(HomeAssistantView):
|
||||
allow_redirects=False,
|
||||
data=request.content,
|
||||
timeout=ClientTimeout(total=None),
|
||||
skip_auto_headers={hdrs.CONTENT_TYPE},
|
||||
) as result:
|
||||
headers = _response_header(result)
|
||||
|
||||
|
Reference in New Issue
Block a user