Added sanitize-html to prevent XSS attacks on Mastodon Feed

This commit is contained in:
Neshura 2024-01-06 14:00:47 +01:00
parent 7ba92af617
commit 3734b89970
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 78 additions and 1 deletions

View file

@ -44,6 +44,7 @@
"bits-ui": "^0.13.2",
"clsx": "^2.1.0",
"radix-icons-svelte": "^1.2.1",
"sanitize-html": "^2.11.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.2.0",