AntiSSRFPolicy Properties
| Property | Description |
| addXFFHeader | Determines whether to automatically add the X-Forwarded-For header to outgoing requests that don’t already include it. |
| allowedAddresses | List of IP networks that are explicitly allowed by the policy. |
| allowPlainTextHttp | Determines whether HTTPS is required or HTTP is allowed. |
| deniedAddresses | List of IP networks that are explicitly blocked by the policy. |
| deniedHeaders | List of headers that are forbidden from being included in outgoing requests. |
| denyAllUnspecifiedIPs | Determines whether all IP addresses should be blocked by default or only deniedAddresses should be blocked. |
| requiredHeaders | List of headers that are required to be present in outgoing requests. |