mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
add x-gitlab-token to sensitive headers
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user