fix(@angular/ssr): support all X-Forwarded-* headers when trustProxyHeaders is true
Previously, setting `trustProxyHeaders: true` only allowed a predefined set of common proxy headers (such as `x-forwarded-for` and `x-forwarded-host`). This resulted in warning logs when requests contained other valid proxy headers like `x-forwarded-client-cert` or `x-forwarded-email`.
A
Alan Agius committed
b75423d7a097f665157fe44855997f42bb0dc52a
Parent: c6d1d5d
Committed by GitHub <noreply@github.com>
on 5/13/2026, 10:31:06 AM