security

Angel middleware designed to enhance application security.
Currently far from finished, with incomplete code coverage - USE AT YOUR OWN RISK!!!
Sanitizing HTML
app.before.add(sanitizeHtmlInput());
// Or:
app.chain(sanitizeHtmlInput()).get(...)