AntiSSRFPolicy.allowedAddresses Property
Definition
The BlockList of IP networks explicitly allowed by the policy.
allowedAddresses: ReadOnly<BlockList> { get; }
allowedAddressestakes precedence overdeniedAddresses. If an IP address matches both, it will be considered allowed by the policy.
Property Value
ReadOnly<BlockList>
The ReadOnly version of the net.BlockList storing the allowed IP networks.