We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19975f commit 39565bdCopy full SHA for 39565bd
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## next / unreleased
2
+
3
+* `SafeListSanitizer`, `PermitScrubber`, and `TargetScrubber` now all support pruning of unsafe tags.
4
5
+ By default, unsafe tags are still stripped, but this behavior can be changed to prune the element
6
+ and its children from the document by passing `prune: true` to any of these classes' constructors.
7
8
+ *seyrian*
9
10
## 1.4.2 / 2021-08-23
11
12
* Slightly improve performance.
0 commit comments