replace own xss prevention with DOMPurify

This commit is contained in:
raphael
2019-03-12 11:41:04 +01:00
parent 29f883c20a
commit a3b89d9bfb
3 changed files with 749 additions and 55 deletions

View File

@@ -18,9 +18,11 @@
"lightweight"
],
"dependencies": {
"dompurify": "^1.0.10",
"express": "4.*",
"formidable": "1.*",
"fs-extra": "7.*",
"jsdom": "^14.0.0",
"socket.io": "2.*"
},
"author": "Cracker0dks",