Updates
This commit is contained in:
parent
674af34355
commit
a90989cea7
@ -26,7 +26,7 @@ const sanitizeHtmlOptions = {
|
|||||||
"br",
|
"br",
|
||||||
],
|
],
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ["href", "title", "class", "style"],
|
a: ["href", "title", "class", "style", "target"],
|
||||||
img: ["src", "alt", "width", "height", "class", "style"],
|
img: ["src", "alt", "width", "height", "class", "style"],
|
||||||
"*": ["style", "class", "title"],
|
"*": ["style", "class", "title"],
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@ const sanitizeHtmlOptions = {
|
|||||||
"br",
|
"br",
|
||||||
],
|
],
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ["href", "title", "class", "style"],
|
a: ["href", "title", "class", "style", "target"],
|
||||||
img: ["src", "alt", "width", "height", "class", "style"],
|
img: ["src", "alt", "width", "height", "class", "style"],
|
||||||
"*": ["style", "class", "title"],
|
"*": ["style", "class", "title"],
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "4.5.8",
|
"version": "4.5.9",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user