Exclusions & Suppressions

Vesper Audit gives you two tools for focusing your reports on what matters: exclusions remove pages from the crawl entirely, and suppressions hide specific violations from the output after the scan runs. Together they help you produce clean, actionable reports without noise from pages or issues you have intentionally decided not to address.

Exclusions

Exclusions prevent specific URLs or URL patterns from being crawled. Use exclusions when:

Adding exclusions

  1. Go to Settings > Exclusions.
  2. Enter a URL pattern in the exclusion field. You can use:
  1. Click Add to save the pattern.
Exclusions take effect before the crawl starts. Excluded pages are never fetched or analyzed, which can also speed up large-site scans significantly.

Suppressions

Suppressions hide specific violation types from the output. Use suppressions when:

Suppressions are not a substitute for fixing issues. Use them to keep reports focused, but document the reason for each suppression. Vesper Audit includes vendor disclaimer callouts in reports for suppressions related to third-party content.

Adding suppressions

  1. Go to Settings > Suppressions.
  2. Enter the rule ID for the violation to suppress. Rule IDs from axe-core appear in the report (e.g., color-contrast, image-alt, link-name). Vesper's built-in custom checks also have suppressible rule IDs: vesper-ambiguous-link and vesper-duplicate-link-text.
  3. Optionally, enter a note explaining the reason for the suppression.
  4. Click Add to save.

Suppression scope

Suppressions can be scoped in two ways:

Reviewing active exclusions and suppressions

All active exclusions and suppressions are listed in Settings > Exclusions and Settings > Suppressions respectively. They are also recorded in the audit summary file so your output is self-documenting.

Per-client configurations

Exclusions and suppressions are saved as part of your exported settings. The recommended approach for managing clients is to export a settings file per client that includes their specific exclusions and suppressions. See Settings Import & Export for details.