We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4125f0b commit f859308Copy full SHA for f859308
Doppler.HtmlEditorApi/Domain/DopplerHtmlDocument.cs
@@ -104,8 +104,7 @@ public void SanitizeDynamicContentNodes()
104
{
105
"unlayer-editor",
106
// cspell:disable-next-line
107
- "cdn.fromdoppler.com",
108
- "product_transparent.svg"
+ "cdn.fromdoppler.com"
109
};
110
111
for (var i = 0; i < dynamicContentNodes.Count; i++)
0 commit comments