Validate that a URL is safe to connect to. Performs static validation checks against hostnames and direct IP addresses. Does not perform DNS resolution.
validateSafeUrl(url: string, options: __type): string| Name | Type | Description |
|---|---|---|
url* | string | URL to validate |
options | __type |