fix: sanitize HTML to prevent XSS vulnerability

This commit is contained in:
2026-04-27 16:06:02 +02:00
parent e5c10e6fe0
commit 238599299f
3 changed files with 13 additions and 1 deletions

View File

@@ -14,5 +14,8 @@
"lefthook": "^2.1.6",
"tailwindcss": "^4.2.3",
"typescript": "^6.0.3"
},
"dependencies": {
"dompurify": "^3.4.1"
}
}