mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
fix: Expose www-authenticate header to JS
This commit is contained in:
parent
a6d7da1205
commit
9ed724e161
@ -18,6 +18,7 @@ fun Application.configureHTTP() {
|
|||||||
|
|
||||||
allowHeader(HttpHeaders.ContentType)
|
allowHeader(HttpHeaders.ContentType)
|
||||||
allowHeader(HttpHeaders.Authorization)
|
allowHeader(HttpHeaders.Authorization)
|
||||||
|
exposeHeader(HttpHeaders.WWWAuthenticate)
|
||||||
|
|
||||||
allowCredentials = true
|
allowCredentials = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user