mirror of
https://github.com/revanced/revanced-api.git
synced 2025-06-12 21:27:45 +02:00
fix: Expose www-authenticate header to JS
This commit is contained in:
@ -18,6 +18,7 @@ fun Application.configureHTTP() {
|
||||
|
||||
allowHeader(HttpHeaders.ContentType)
|
||||
allowHeader(HttpHeaders.Authorization)
|
||||
exposeHeader(HttpHeaders.WWWAuthenticate)
|
||||
|
||||
allowCredentials = true
|
||||
|
||||
|
Reference in New Issue
Block a user