mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
12 lines
501 B
Text
12 lines
501 B
Text
|
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.
|