IsURL Options.

Hierarchy

  • IsURLOptions

Properties

allow_fragments?: boolean
allow_protocol_relative_urls?: boolean
allow_query_components?: boolean
allow_trailing_dot?: boolean
allow_underscores?: boolean
host_blacklist?: false | string[]
host_whitelist?: false | string[]
protocols?: string[]
require_host?: boolean
require_port?: boolean
require_protocol?: boolean
require_tld?: boolean
require_valid_protocol?: boolean
validate_length?: boolean

Generated using TypeDoc