@awell-health/ui-library 0.1.49 → 0.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +8 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16209,7 +16209,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
16209
16209
|
});
|
|
16210
16210
|
var purifiedMessage = purify.exports.sanitize(isSlate ? serializeHtml(content) : content, {
|
|
16211
16211
|
ADD_TAGS: ['iframe'],
|
|
16212
|
-
ADD_ATTR: [
|
|
16212
|
+
ADD_ATTR: [
|
|
16213
|
+
'target',
|
|
16214
|
+
'allow',
|
|
16215
|
+
'allowfullscreen',
|
|
16216
|
+
'frameborder',
|
|
16217
|
+
'scrolling'],
|
|
16218
|
+
|
|
16219
|
+
ALLOW_UNKNOWN_PROTOCOLS: true });
|
|
16213
16220
|
|
|
16214
16221
|
return purifiedMessage;
|
|
16215
16222
|
};
|