Aug 12, 2024
0
Level 1
A new Rich text sanitization package
Hello PHP devs,
I recently released this package https://github.com/medilies/xssless which I propose as an alternative to HTMLPurifer for preventing XSS. The value it offers is:
- It uses the library recommended by OWASP under the hood (Dompurify).
- It doesn't burden scalability with whitelisting configs if your only concern is XSS.
- It supports HTML5.
- Built-in Laravel integration.
- Extensible to support more drivers.
Feel very welcome to give feedback or contribute. And a star would be much appreciated if you see it worth it :)
Please or to participate in this conversation.