AntiSSRFPolicy.deniedAddresses Property

Definition

The BlockList of IP networks explicitly blocked by the policy.

deniedAddresses: ReadOnly<BlockList> { get; }

allowedAddresses takes precedence over deniedAddresses. If an IP address matches both, it will be considered allowed by the policy.

denyAllUnspecifiedIPs takes precedence over deniedAddresses. If denyAllUnspecifiedIPs is true, deniedAddresses will 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.


Copyright © 2026 Microsoft Corporation. Distributed under the MIT license.