Sanitize rendered web content

This commit is contained in:
phucnguyen1707 2026-06-15 14:07:36 +07:00
parent 8a86d14ffd
commit 8b5695483f
6 changed files with 167 additions and 133 deletions

View file

@ -17,13 +17,15 @@
"marked": "^18.0.5",
"next": "16.2.6",
"react": "19.2.0",
"react-dom": "19.2.0"
"react-dom": "19.2.0",
"sanitize-html": "^2.17.5"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/sanitize-html": "^2.16.1",
"typescript": "^5.9.3",
"vitest": "^4.0.8"
}