Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

HTML signature file containing images, now blocked by Ver 52.0.1

  • 6 replies
  • 58 have this problem
  • 14 views
  • Last reply by tplanter

more options

HTML signature file containing 2 images using the correct HTML . Worked fine until Thunderbird Ver 52.0.1, which now blocks the image content until manually unblocked for every email sent.

HTML signature file containing 2 images using the correct HTML <img src = filename.png>. Worked fine until Thunderbird Ver 52.0.1, which now blocks the image content until manually unblocked for every email sent.

Chosen solution

Thank you Toad-Hall.

OK, now I see the difference. The IMG specifications now embed the images in the html file rather than reference a separate file on disk. This is how I updated my signature file - quite simple, really:

  • Create new html signature file with a different filename, as explained above, listing all image files (no text necessary).
  • Edit original signature file, replacing the original IMG SRC statements for each image with the new IMG SRC statements for the same images and save.

The updated html file is identical to the old, the blocking issue resolved.

Read this answer in context 👍 7

All Replies (6)

more options

The question included the fact that the images are embedded in the normal way using IMG SRC = filename, where filename is in the form D:\folder\image.png

more options
more options

Propellerhead said

HTML signature file containing 2 images using the correct HTML . Worked fine until Thunderbird Ver 52.0.1, which now blocks the image content until manually unblocked for every email sent.

Sorry, I did not make myself clear. I understand the general principle of blocking images in ver 52. However, this is a very annoying thing if it means having to unblock the images in my signature every time I send an email.

I set the config mail.compose.attach_http_images from false to true, which I understood would fix this problem, but this has made no difference - every signature still requires 2 unblocking actions for the same old images used each time.

The signature html file was composed and edited using an external text editor, so I don't see how to get round this problem.

Surely there is a way to make these images trusted somehow?

more options

Open a new 'Write' window and remove all content and signature, so it is completely empty. Please recreate the signature using an image that is stored on your computer and save as a html file. Then,in Account Settings set that new signature html file as the one to use.

Also, note the DATA Url has changed for images and it might be causing the issue.

Basically, use 'Write' to create the signture html file.

Modified by Toad-Hall

more options

Chosen Solution

Thank you Toad-Hall.

OK, now I see the difference. The IMG specifications now embed the images in the html file rather than reference a separate file on disk. This is how I updated my signature file - quite simple, really:

  • Create new html signature file with a different filename, as explained above, listing all image files (no text necessary).
  • Edit original signature file, replacing the original IMG SRC statements for each image with the new IMG SRC statements for the same images and save.

The updated html file is identical to the old, the blocking issue resolved.

more options

Unfortunately, with my very limited knowledge of html, the answer doesn't help.

When I created my signature originally, I followed the article found at URL https://support.mozilla.org/en-US/kb/signatures - which I guess is now out of date.

I could do with "for Dummies" advice on how to implement the new requirements.