2 writes to _allowAllHosts
Microsoft.AspNetCore.HttpOverrides (2)
ForwardedHeadersMiddleware.cs (2)
73
_allowAllHosts
= true;
86
_allowAllHosts
= true;
1 reference to _allowAllHosts
Microsoft.AspNetCore.HttpOverrides (1)
ForwardedHeadersMiddleware.cs (1)
276
&& (
_allowAllHosts
|| HostString.MatchesAny(set.Host, _allowedHosts!)))