Problem/Opportunity
Since we added URL validation for the Image Worker, base64 images were missed and they are considered invalid.
Steps to reproduce
Set src to a base64 image URL.
Expected Behavior
Image should load
Actual Behavior
Image fails to load when image worker is enabled
Notes (Optional)
No response