This commit is contained in:
Benjamin Toby 2026-02-21 06:54:01 +01:00
parent 3d4ee58d01
commit a68e42beab
3 changed files with 21 additions and 1 deletions

View File

@ -24,6 +24,16 @@ const sanitizeHtmlOptions = {
"pre",
"code",
"br",
"table",
"tr",
"td",
"th",
"thead",
"tbody",
"tfoot",
"caption",
"colgroup",
"col",
],
allowedAttributes: {
a: ["href", "title", "class", "style", "target"],

View File

@ -22,6 +22,16 @@ const sanitizeHtmlOptions = {
"pre",
"code",
"br",
"table",
"tr",
"td",
"th",
"thead",
"tbody",
"tfoot",
"caption",
"colgroup",
"col",
],
allowedAttributes: {
a: ["href", "title", "class", "style", "target"],

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "5.7.54",
"version": "5.7.55",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {