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!)))