-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add x-forwarded-port
and x-forwarded-proto
to proxyHeaderIgnore
defaults
#465
Conversation
57f586b
to
9bc23d3
Compare
Codecov Report
@@ Coverage Diff @@
## master #465 +/- ##
=======================================
Coverage 95.55% 95.55%
=======================================
Files 1 1
Lines 45 45
Branches 25 25
=======================================
Hits 43 43
Misses 2 2
Continue to review full report at Codecov.
|
9bc23d3
to
6bce312
Compare
6bce312
to
3a5cacb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
x-forwarded-{port,proto}
to proxyHeaderIgnore
defaults (#462)x-forwarded-port
and x-forwarded-proto
to proxyHeaderIgnore
defaults
As discussed in #462, ignoring
X-Forwarded-Host
implies ignoringX-Forwarded-Port
andX-Forwarded-Proto
as well.