-
- Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
matrix-org/matrix-react-sdk#1864 switches us from using data URIs to blobs for displaying e2e attachments (to fix #2678, #2866).
However, a much more robust solution would be to display them as object URLs within a sandboxed iframe - the same trick as proposed in #6173 for rendering secure download links.