LinkElementCantHaveRegex

A Perl-compatible regular expression to restrict the links extracted by Connector Framework Server when ExtractLinks=TRUE.

Type: String
Default:  
Required: No
Configuration Section:

Any section that you have defined for WkoopHtmlExtraction settings

Example:

With the following example, CFS does not extract any links from <script> tags.

LinkElementCantHaveRegex=^script$
See Also:

ExtractLinks

LinkAttributes

LinkElementMustHaveRegex