slackbuilds/python/bleach
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README python/bleach: Added (whitelist-based HTML-sanitizing tool). 2017-01-28 07:38:02 +07:00
bleach.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
bleach.info python/bleach: Fix REQUIRES. 2021-06-02 01:03:01 +07:00
slack-desc python/bleach: Added (whitelist-based HTML-sanitizing tool). 2017-01-28 07:38:02 +07:00

README

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.