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
It looks like this is caused by the overly restrictive sanitizeUrl from Braintree here.
This was causing an issue in the Dash repo as well, and it was fixed by using this custom sanitizer based on the Braintree function but allows for data urls.
Actually in the original dash PR to address the html props with xss vulnerability, it was determined that it was unnecessary to sanitize the url for html.Img. So it looks like this could be skipped for dmc.Image and dmc.BackgroundImage
As per title, using latest version of dash-mantine-components == 0.14.3, see following mre:
We get:
The text was updated successfully, but these errors were encountered: