3 references to AllowedHosts
Microsoft.AspNetCore.HttpOverrides (3)
ForwardedHeadersMiddleware.cs (3)
71
if (_options.
AllowedHosts
== null || _options.
AllowedHosts
.Count == 0)
78
foreach (var entry in _options.
AllowedHosts
)