You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting a canvas to image to export in PDF from html. But HtmlSanitizeEx.Scrubber.Meta.allow_tag_with_uri_attributes(
"img",
["src"],
["http", "https", "mailto", "/", "data:image/png;base64"]
)
remove the src attribute from img tag.
The text was updated successfully, but these errors were encountered:
I am converting a canvas to image to export in PDF from html. But HtmlSanitizeEx.Scrubber.Meta.allow_tag_with_uri_attributes(
"img",
["src"],
["http", "https", "mailto", "/", "data:image/png;base64"]
)
remove the src attribute from img tag.
The text was updated successfully, but these errors were encountered: