URL to exclude

Enter the URL or URL pattern to be excluded from coverage by the policy. As explained in the policy reference file overview, a policy will be applied to all URLs matched by its include list, except those matched by one of the exclude list entries. Thus the exclude list can be used to exempt certain URLs or patterns from a set which is covered in the include list.

The exclude URLs should always be relative to the site's root, for example:

    /content/assets/*

Do not use full URLs when indicating the URLs to be excluded.

URL patterns are URLs which contain one or more wildcard (*) characters; each wildcard means "0 or more of any character". Wildcards are typically used to indicate that a given policy applies or does not apply to an entire subtree of the site; in the example above, all URLs under the subtree /content/assets/ would be not covered.