AntiSSRFPolicy.AllowedAddresses Property
Definition
Gets a read-only view of the IP networks explicitly allowed by the policy.
public IReadOnlyList<string> AllowedAddresses { get; }
AllowedAddressestakes precedence overDeniedAddresses. If an IP address matches both, it will be considered allowed by the policy.
Property Value
IReadOnlyList<string>
A read-only list of the allowed IP networks.