Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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

Offline HTM files with images are no longer showing the images after version 126.0.1

  • 1 reply
  • 1 has this problem
  • 38 views
  • Last reply by Mike Taku
  • Archived

We work with generating reports as a HTM format which we then open in Firefox to export as a PDF. We choose Firefox to do this as it neatly splits up the pages without cutting content in half. However, after the 126 update, images that are part of the HTM file no longer loads, leaving a blank void.

Does anyone know why this is or whether they know how to fix it? It is a result of plugging a vulnerability in the browser?

Your help is very much appreciated.

Thank you.

We work with generating reports as a HTM format which we then open in Firefox to export as a PDF. We choose Firefox to do this as it neatly splits up the pages without cutting content in half. However, after the 126 update, images that are part of the HTM file no longer loads, leaving a blank void. Does anyone know why this is or whether they know how to fix it? It is a result of plugging a vulnerability in the browser? Your help is very much appreciated. Thank you.

All Replies (1)

Hi there, I hope you are doing well.

Firefox 126 added stricter security for local files, which can prevent images from loading in HTML reports. To resolve this, you can adjust `privacy.file_unique_origin` in `about:config` to `false` or use relative paths for images. Another option is to use a local web server to bypass these restrictions.

Thanks, Mike Taku.