forked from Ivasoft/traefik
fix: whitelist and XFF.
This commit is contained in:
committed by
Traefiker Bot
parent
8bca8236db
commit
6bcf45f136
@@ -44,7 +44,7 @@ func (h *headerRewriter) Rewrite(req *http.Request) {
|
||||
|
||||
err := h.ips.IsAuthorized(req)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
log.Debug(err)
|
||||
h.secureRewriter.Rewrite(req)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user