Add safe_html() for XSS-safe WYSIWYG HTML sanitization

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-25 23:39:42 +00:00
parent 1322bbf988
commit 1abbac58e7
419 changed files with 39662 additions and 154 deletions

View File

@@ -9,6 +9,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.9",
"ezyang/htmlpurifier": "*",
"giggsey/libphonenumber-for-php": "^8.13",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.48.25",