You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the regexes used for sanitization here are simple, and I'm pretty sure all could be replaced with custom handler functions without too much trouble. If we did so, we could drop the Regex dependency and make this library dependency free. (Nothing against the Regex library of course; it would just be nice to not have to bring it in.)
The text was updated successfully, but these errors were encountered:
Most of the regexes used for sanitization here are simple, and I'm pretty sure all could be replaced with custom handler functions without too much trouble. If we did so, we could drop the Regex dependency and make this library dependency free. (Nothing against the Regex library of course; it would just be nice to not have to bring it in.)
The text was updated successfully, but these errors were encountered: