We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The validateEmail currently uses block to indicate which email types to deny. We should change this to deny like detectBot and sensitiveInfo now use.
validateEmail
block
deny
detectBot
sensitiveInfo
Also, should we add an allow variant here? cc @davidmytton
allow
The text was updated successfully, but these errors were encountered:
Yes I think we should match the API of the others, including allow.
Sorry, something went wrong.
e-moran
Successfully merging a pull request may close this issue.
The
validateEmail
currently usesblock
to indicate which email types to deny. We should change this todeny
likedetectBot
andsensitiveInfo
now use.Also, should we add an
allow
variant here? cc @davidmyttonThe text was updated successfully, but these errors were encountered: