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
fix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (#15594)
Co-authored-by: Timo Behrmann <timo.behrmann@gmail.com>
Co-authored-by: Louis Escher <66965600+louisescher@users.noreply.github.com>
fix: X-Forwarded-Proto rejected when allowedDomains includes protocol and hostname (#15560)
Fixes#15559
Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.
0 commit comments