Updates
This commit is contained in:
parent
3d4ee58d01
commit
a68e42beab
@ -24,6 +24,16 @@ const sanitizeHtmlOptions = {
|
|||||||
"pre",
|
"pre",
|
||||||
"code",
|
"code",
|
||||||
"br",
|
"br",
|
||||||
|
"table",
|
||||||
|
"tr",
|
||||||
|
"td",
|
||||||
|
"th",
|
||||||
|
"thead",
|
||||||
|
"tbody",
|
||||||
|
"tfoot",
|
||||||
|
"caption",
|
||||||
|
"colgroup",
|
||||||
|
"col",
|
||||||
],
|
],
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ["href", "title", "class", "style", "target"],
|
a: ["href", "title", "class", "style", "target"],
|
||||||
|
|||||||
@ -22,6 +22,16 @@ const sanitizeHtmlOptions = {
|
|||||||
"pre",
|
"pre",
|
||||||
"code",
|
"code",
|
||||||
"br",
|
"br",
|
||||||
|
"table",
|
||||||
|
"tr",
|
||||||
|
"td",
|
||||||
|
"th",
|
||||||
|
"thead",
|
||||||
|
"tbody",
|
||||||
|
"tfoot",
|
||||||
|
"caption",
|
||||||
|
"colgroup",
|
||||||
|
"col",
|
||||||
],
|
],
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ["href", "title", "class", "style", "target"],
|
a: ["href", "title", "class", "style", "target"],
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "5.7.54",
|
"version": "5.7.55",
|
||||||
"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