First Last Prev Next    No search results available
Details
: Inline Images are not shown
Bug#: 26364
: smarttemplate4
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P2
: normal
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Axel Grude <axel.grude@gmail.com>
Assigned To: Axel Grude <axel.grude@gmail.com>
:

Attachments
1.5 prerelease 35 (389.44 KB, application/x-xpinstall)
2017-05-28 04:54, Axel Grude
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2017-04-28 02:21
Whene images are included in a template or signature which are inserted by
SmartTemplate4 / Stationery the images do not show, instead there is a
notfication at the bottom of the screen to whitelist the image.

"THunderbird has blocked a file..."

this relates to [Bug 1151366] a Thunderbird bug which addresses security
concerns regarding remote images + documents:

https://bugzilla.mozilla.org/show_bug.cgi?id=1151366

My theory is that we need to internally flag any included content like inline
images as "safe".. Additional challenge is to do this without re-opening
security holes.
------- Comment #1 From Axel Grude 2017-05-28 04:54:38 -------
Created an attachment (id=8296) [details]
1.5 prerelease 35

fix DataURLs from other template (Stationery)
This won't work if there is no "file:\\\" portion given (relative path /
current folder not supported)
we can fix the Data urls for file:/// images now

assumption: the URL is enclosed in single quotes, double quotes or terminated
by &gt;

example: 
<img 
src="file:///C:/Users/Axel/Documents/Thunderbird/Signatures/thunderbird_blog2.png"
>

not working when we use:
<img  src="my-icon.png">
(which refers to an image in the same folder as the container file, e.g.
signature file or Stationery HTML file.
------- Comment #2 From Axel Grude 2018-04-27 04:22:14 -------
Setting to Resolved Fixed with official Release 1.5

First Last Prev Next    No search results available