-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Not properly handling special characters with restrictions #19
Comments
Hi @brianfreytag thanks for pointing this out. I appreciate your help.
|
If I get a little more free time I will look at the library and provid a PR or two for this. Kinda swamped with moving into the house I just bought, so I can't make any promises right now. |
I see, I missed the space. You are right then, and should be working. There
|
@brianfreytag I've added your reported bugs as tests and are now being handled properly with the new release |
There are certain special characters
that have special requirements.
The validator is currently allowing:
And other examples like those.
It is also saying things are invalid that are valid like:
There are a whole lot of RFC things that are coming through that should be blocked and it's blocking a lot of things that should be getting through.
The text was updated successfully, but these errors were encountered: