Usage of ezyang/htmlpurifier package #3216
Closed
dmytromikhieiev1985
started this conversation in
General
Replies: 2 comments 3 replies
-
It's used to sanitize string values being written to the HTML Writer, so that any html strings in a loaded file can't be used to inject malicious content into html output We have had a PR #2498 to replace it with the MIT licensed tgalopin/html-sanitizer; but a PR that failed a significant number of tests. As a relatively low priority change, I've made no effort to resolve those issues; but feel free to take a look at that PR and see if you can resolve the problems; or to submit a better alternative. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closing. Resolved bu PR #3724. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, You have ezyang/htmlpurifier dependency, but I couldn't find how do you exactly use it. This library has LGPL licence which is not very good for our project, so I am wondering is it possible to replace it with something similar
Beta Was this translation helpful? Give feedback.
All reactions