16 lines
No EOL
511 B
Markdown
16 lines
No EOL
511 B
Markdown
# security
|
|
[](https://pub.dartlang.org/packages/angel_security)
|
|
[](https://travis-ci.org/angel-dart/security)
|
|
|
|
Angel middleware designed to enhance application security.
|
|
|
|
Currently far from finished, with incomplete code coverage - **USE AT YOUR OWN RISK!!!**
|
|
|
|
## Sanitizing HTML
|
|
|
|
```dart
|
|
app.before.add(sanitizeHtmlInput());
|
|
|
|
// Or:
|
|
app.chain(sanitizeHtmlInput()).get(...)
|
|
``` |