Let's not leak
This commit is contained in:
parent
9c6d056d69
commit
d76ccf324a
@ -25,8 +25,8 @@ func EnrichContext(next http.Handler) http.Handler {
|
||||
}
|
||||
}
|
||||
|
||||
log.Printf("Identity SessionId: %s, UserName: %s: Authenticated: %t: Path: %s",
|
||||
id.SessionId(), id.UserName(), id.Authenticated(), r.RequestURI)
|
||||
log.Printf("Identity SessionId: %s, UserName: %s: Authenticated: %t",
|
||||
id.SessionId(), id.UserName(), id.Authenticated())
|
||||
|
||||
h := r.Header.Get("X-Forwarded-For")
|
||||
if h != "" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user