correjido otro xss

This commit is contained in:
2025-12-26 16:53:51 -03:00
parent c7de4c3e4c
commit 09539b20f6

View File

@@ -46,6 +46,7 @@
let contenido = $derived(() => {
let t = post.content.replaceAll('\n', '<br>');
t = post.content.replaceAll('<', '');
t = t.replace(
/#\p{L}*/u,
(match) =>