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
ModulesΒ§
- regex_
filter π
StructsΒ§
- Filter
- A generic URI filter Used to decide if a given URI should be checked or skipped
ConstantsΒ§
- FALSE_
POSITIVE_ πPAT - Pre-defined exclusions for known false-positives
StaticsΒ§
- EXAMPLE_
DOMAINS π - These domains are explicitly defined by RFC 2606, section 3 Reserved Example Second Level Domain Names for describing example cases and should not be dereferenced as they should not have content.
- EXAMPLE_
TLDS π - We also exclude the example TLDs in section 2 of the same RFC.
This exclusion gets subsumed by the
check_example_domainsfeature. - FALSE_
POSITIVE_ πSET - UNSUPPORTED_
DOMAINS π
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
Includepattern, 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.