AntiSSRFPolicy.deniedAddresses Property
Definition
The BlockList of IP networks explicitly blocked by the policy.
deniedAddresses: ReadOnly<BlockList> { get; }
allowedAddressestakes precedence overdeniedAddresses. If an IP address matches both, it will be considered allowed by the policy.
denyAllUnspecifiedIPstakes precedence overdeniedAddresses. IfdenyAllUnspecifiedIPsistrue,deniedAddresseswill not be considered when determining if an IP address is allowed or blocked by the policy.
Property Value
ReadOnly<BlockList>
The ReadOnly version of the net.BlockList storing the denied IP networks.