Skip to content

Commit

Permalink
fix: Expose www-authenticate header to JS
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 2, 2024
1 parent a6d7da1 commit 9ed724e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/app/revanced/api/configuration/HTTP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fun Application.configureHTTP() {

allowHeader(HttpHeaders.ContentType)
allowHeader(HttpHeaders.Authorization)
exposeHeader(HttpHeaders.WWWAuthenticate)

allowCredentials = true

Expand Down

0 comments on commit 9ed724e

Please sign in to comment.