This commit is contained in:
Benjamin Toby
2025-05-12 10:49:30 +01:00
parent 674af34355
commit a90989cea7
3 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ const sanitizeHtmlOptions = {
"br",
],
allowedAttributes: {
a: ["href", "title", "class", "style"],
a: ["href", "title", "class", "style", "target"],
img: ["src", "alt", "width", "height", "class", "style"],
"*": ["style", "class", "title"],
},