Releases: phlib/xss-sanitizer
Releases · phlib/xss-sanitizer
2.1.0
- Add optional constructor params to specify extra tags or attributes to be removed. HT @EmanuelAugusto
See Change Log for full details.
2.0.2
- Tidy dist package size. HT @VincentLanglet
See Change Log for full details.
1.1.1
- Fixed attribute cleaner error when filtered tag has empty content.
See Change Log for full details.
2.0.1
- Fixed attribute cleaner error when filtered tag has empty content.
See Change Log for full details.
2.0.0
- Drop PHP versions <= 7.3 as they are no longer actively supported by the PHP project.
- Add type declarations.
- Add support for PHP v8.
See Change Log for full details.
Sanitize Array of Strings
Adds a method for sanitizing an array of strings.
Some small changes to the README.
First release
Merge pull request #1 from phlib/reduce-regex-backtracking Reduce regex backtracking