AntiSSRFPolicy.allowedAddresses Property

Definition

The BlockList of IP networks explicitly allowed by the policy.

allowedAddresses: ReadOnly<BlockList> { get; }

allowedAddresses takes precedence over deniedAddresses. 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.


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