Skip to content

Commit 9ed724e

Browse files
committed
fix: Expose www-authenticate header to JS
1 parent a6d7da1 commit 9ed724e

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/app/revanced/api/configuration

1 file changed

+1
-0
lines changed

src/main/kotlin/app/revanced/api/configuration/HTTP.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fun Application.configureHTTP() {
1818

1919
allowHeader(HttpHeaders.ContentType)
2020
allowHeader(HttpHeaders.Authorization)
21+
exposeHeader(HttpHeaders.WWWAuthenticate)
2122

2223
allowCredentials = true
2324

0 commit comments

Comments
 (0)