Add www-authenticate to sensitiveheaders()

This commit is contained in:
Ahmed Farid
2022-09-07 11:12:53 +01:00
committed by GitHub
parent 0b8bdc0f85
commit 64bb022adf

View File

@@ -257,7 +257,8 @@ private string sensitiveheaders() {
result =
[
"x-auth-token", "x-csrf-token", "http_x_csrf_token", "x-csrf-param", "x-csrf-header",
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token"
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token",
"www-authenticate"
]
}