Add accept to excluded headers

This commit is contained in:
Jeremiah Lowin 2025-06-07 20:56:35 -04:00
commit f4df37dc0c

View file

@ -67,6 +67,7 @@ def get_http_headers(include_all: bool = False) -> dict[str, str]:
"te",
"keep-alive",
"expect",
"accept",
# Proxy-related headers
"proxy-authenticate",
"proxy-authorization",