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
# Summary
- web's sanitization stripped `img`'s `height` and `weight` attributes
when `sanitizationConfig.linkRegex` was defined, as those attributes
were tested as URIs
- img placeholder now is displayed, even when no `src` is present in the
`img` element
- added relevant regression tests
- updated the web example-app with a more practical
`sanitizationConfig.linkRegex` #741
## Test Plan
add some images in the input and push them to the `EnrichedText` - that
will trigger sanitization. Everything should be at its place
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ❌ |
| Web | ✅ |
## Checklist
- [x] E2E tests are passing
- [x] Required E2E tests have been added (if applicable)
0 commit comments