Property AllowedHosts
AllowedHosts
Hosts reachable under AllowedHostsOnly, compared case-insensitively against the URL host, exactly.
public HashSet<string> AllowedHosts { get; set; }
Hosts reachable under AllowedHostsOnly, compared case-insensitively against the URL host, exactly.
public HashSet<string> AllowedHosts { get; set; }