- Issue created by @BramDriesen
- Merge request !16Issue #3524334: Base64 encoded images are not working → (Open) created by BramDriesen
Base 64 encoded images are being treated as a file path, and are thus improperly processed.
Upload a zip with a HTML file containing a base64 encoded image.
<img class="..." src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU8AAABX..." />
Get's processed/rendered as:
<img class="..." src="/sites/default/files/minisite/static/.../data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU8AAABX..." />
Exclude data:image/ from the path processing.
MR
N/A
N/A
N/A
Active
3.0
Code