aboutsummaryrefslogtreecommitdiff
path: root/docs/goals.rst
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-06 13:31:51 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-06 13:31:51 +0000
commit11b8160e584470439c8c0b3ab51012c9300f6788 (patch)
treedbc2728474f7c3f578e2afb8d0d74f55f2823114 /docs/goals.rst
parent6cff86ce6de27fbd4f9fc07716fb1205b14ffae4 (diff)
downloadpython-bleach-11b8160e584470439c8c0b3ab51012c9300f6788.tar
python-bleach-11b8160e584470439c8c0b3ab51012c9300f6788.tar.gz
Imported Upstream version 1.4.2upstream/1.4.2upstream
Diffstat (limited to 'docs/goals.rst')
-rw-r--r--docs/goals.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/goals.rst b/docs/goals.rst
index 5477f9c..d62d54b 100644
--- a/docs/goals.rst
+++ b/docs/goals.rst
@@ -66,6 +66,9 @@ non-goal use cases include:
you have to allow so many tags that a blacklist approach (e.g. forbidding
``<script>`` or ``<object>``) may be more appropriate.
+* **Removing *all* HTML.** There are much faster tools available if you want to
+ remove or escape all HTML from a document.
+
* **Cleaning up after trusted users.** Bleach is powerful but it is not fast.
If you trust your users, trust them and don't rely on Bleach to clean up
their mess.