diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-24 21:39:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:02 +0700 |
commit | 866186bcf6266eef7dd5209abc4818a0399d8c7d (patch) | |
tree | 97d0b980aa586b26957b6a5280ccb3461adf3280 /python/bleach/README | |
parent | 8ca03002713a70a44bddd241e7f2891372c7f5f1 (diff) |
python/bleach: Added (whitelist-based HTML-sanitizing tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/bleach/README')
-rw-r--r-- | python/bleach/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/bleach/README b/python/bleach/README new file mode 100644 index 000000000000..2b3732bd9e8d --- /dev/null +++ b/python/bleach/README @@ -0,0 +1,11 @@ +Bleach is a whitelist-based HTML sanitizing library that escapes or strips +markup and attributes. + +Bleach can also linkify text safely, applying filters that Django's urlize +filter cannot, and optionally setting rel attributes, even on links already in +the text. + +Bleach is intended for sanitizing text from untrusted sources. If you find +yourself jumping through hoops to allow your site administrators to do lots of +things, you're probably outside the use cases. Either trust those users, or +don't. |