fix(kobo): proxy Content-Type headers for kobo

Closes: #2074
This commit is contained in:
Jason 2025-11-09 23:26:07 -08:00 committed by GitHub
parent 9a56b30b6c
commit b925f3e19d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,7 @@ class KoboProxy(
HttpHeaders.USER_AGENT, HttpHeaders.USER_AGENT,
HttpHeaders.ACCEPT, HttpHeaders.ACCEPT,
HttpHeaders.ACCEPT_LANGUAGE, HttpHeaders.ACCEPT_LANGUAGE,
HttpHeaders.CONTENT_TYPE,
) )
private val headersOutExclude = private val headersOutExclude =