Updates
This commit is contained in:
parent
674af34355
commit
a90989cea7
@ -26,7 +26,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"],
|
||||
},
|
||||
|
@ -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"],
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "4.5.8",
|
||||
"version": "4.5.9",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user