fix: harden chat sanitization with DOMPurify

This commit is contained in:
lockbitchat
2026-05-17 17:52:36 -04:00
parent cc7f850e7d
commit ce48e8a851
4 changed files with 713 additions and 89 deletions
+2
View File
@@ -25,11 +25,13 @@
"license": "MIT",
"devDependencies": {
"esbuild": "0.25.9",
"jsdom": "^28.1.0",
"tailwindcss": "3.4.17"
},
"dependencies": {
"base64-js": "1.5.1",
"cbor-js": "0.1.0",
"dompurify": "^3.4.4",
"html5-qrcode": "2.3.8",
"pako": "2.1.0",
"qr-scanner": "1.4.2",