Expand description
Filters are a way to define behavior when encountering URIs that need to be treated differently, such as local IPs or e-mail addresses
Structs§
- Filter
- A generic URI filter Used to decide if a given URI should be checked or skipped
Functions§
- is_
example_ domain - Check if the host belongs to a known example domain as defined in RFC 2606
- is_
false_ positive - The given input is a well-known false-positive, which won’t be checked by
default. This behavior can be explicitly overwritten by defining an
Include
pattern, which will match on a false positive - is_
unsupported_ domain - Check if the host belongs to a known unsupported domain
Type Aliases§
- Excludes
- Exclude configuration for the link checker. You can ignore links based on regex patterns.
- Includes
- Include configuration for the link checker. You can include links based on regex patterns.
- Path
Excludes - You can exclude paths and files based on regex patterns.