Skip to content
English
  • There are no suggestions because the search field is empty.

How can a page be excluded from the Eye-Able® Report scan?

Targeted exclusion of pages from the scan

To exclude a specific page from the report scan, navigate to the report settings in the dashboard.
There, under the section URLs Blacklist, add a regular expression (RegEx) that excludes the domain you want to omit.

Dashboard Section for the URLs Blacklist, meaning URLs that should be excluded from the check.


To confirm your entry, please click the
"Save Settings" button at the bottom of the page.


Example: Exclude one specific page

To exclude exactly the page
https://www.test.com/ausnahme/
from the scan of https://www.test.com/, you can use the following RegEx:

 
^https:\/\/www\.test\.com\/(?!ausnahme\/).*

Example: Exclude all pages containing “/exception/”

If you want to exclude all pages that contain /exception/ in the URL, use the following RegEx:

/exception/

Preview and support

After entering a new RegEx, all URLs that will be excluded in the next scan will automatically be displayed.


RegEx support

LLMs like ChatGPT or Gemini are well-suited for creating RegEx expressions.
To test your RegEx, we recommend the following site:


Link to RegEx101