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

Sanitise fake email domain #53

Closed
wants to merge 2 commits into from
Closed

Commits on May 3, 2024

  1. Sanitise fake email domain

    In order to more closely conform to RFC 1035 and actually generate valid
    fake emails, we only allow alphanumeric characters or hyphens in the
    text output.
    
    See: https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.1
    
    Resolves #52
    jezen committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d48464c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Trigger CI

    jezen committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2c7798a View commit details
    Browse the repository at this point in the history