You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
X-Forwarded-For header should be processed last-to-first to prevent IP spoofing, as explained in this post. It would be needed to set up IP addresses of known proxies to be ignored.
Description
X-Forwarded-For
header should be processed last-to-first to prevent IP spoofing, as explained in this post. It would be needed to set up IP addresses of known proxies to be ignored.Current implementation
In context.go:
The text was updated successfully, but these errors were encountered: