Merge pull request #751 from jlowin/accept-header

Add accept to excluded headers
This commit is contained in:
Jeremiah Lowin 2025-06-07 21:02:42 -04:00 committed by GitHub
commit 1914c96261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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