Hi,
The pref 'load_images=NO' only disables loading images from a remote img
src, and not from an embedded[1] data:image src.
If this behavior is intentional, would it be reasonable to implement an
option to disable all images?
It might be the case that the user does not want to see any images, no
matter the img src.
[1] <img src="data:image/png;base64,...">
Regards,
Alex