mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-20 16:17:32 -03:00
correjido otro xss
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
let contenido = $derived(() => {
|
let contenido = $derived(() => {
|
||||||
let t = post.content.replaceAll('\n', '<br>');
|
let t = post.content.replaceAll('\n', '<br>');
|
||||||
|
t = post.content.replaceAll('<', '');
|
||||||
t = t.replace(
|
t = t.replace(
|
||||||
/#\p{L}*/u,
|
/#\p{L}*/u,
|
||||||
(match) =>
|
(match) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user