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
the doc at https://symfony.com/doc/current/deployment/proxies.html#solution-settrustedproxies shows example using negated values and examples using class constants of Request in the semantic config of FrameworkBundle.
This was indeed supported in the initial implementation of the feature, but it was removed before the 5.2.0 release when deprecating the HEADER_X_FORWARDED_ALL constant in the component, to keep only the additive way.