mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
correjido otro xss
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user