apostrophecms / sanitize-html

Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance
MIT License
3.68k stars 349 forks source link

Upgrades `htmlparser2` to new major version `^8.0.0`. (#1) #567

Closed kedarchandrayan closed 1 year ago

kedarchandrayan commented 1 year ago

Summary

Closes #565

What are the specific steps to test this change?

All existing behavior should remain same.

What kind of change does this PR introduce?

Make sure the PR fulfills these requirements:

If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

kedarchandrayan commented 1 year ago

Closing this PR in favour of the clean new PR https://github.com/apostrophecms/sanitize-html/pull/573