add x-gitlab-token to sensitive headers

This commit is contained in:
Ahmed Farid
2022-08-23 12:27:20 +01:00
committed by GitHub
parent bd45ea94d0
commit ee05e2ca76

View File

@@ -162,7 +162,7 @@ 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"
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token"
]
}