Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/2.8 backport] reference: fix broken alias for DomainRegexp #4114

Merged

Commits on Oct 19, 2023

  1. reference: fix broken alias for DomainRegexp

    An incorrect alias snuck into 152af63,
    and DomainRegexp was aliased to the regex for digests (DigestRegexp).
    
    This didn't affect this repository, as it didn't use the aliases and migrated
    to the new module, but does affect user of the old module that depend on the
    aliases.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit c8c2bc2)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7c40b3c View commit details
    Browse the repository at this point in the history