ValidLinkRegex

A Perl-compatible regular expression that identifies valid links. This regular expression is used to validate all links extracted from link attributes specified by LinkAttributes. A link is only followed if it matches the regular expression.

NOTE: The Web Connector supports only the http, https, and data protocols.

Type: String
Default: ^http:.*$|^https:.*$|^data:.*$
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:  
See Also:

LinkElementCantHaveRegex

LinkElementMustHaveRegex

LinkAttributes