You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by myfreexp on 20 Nov 2012 22:11 UTC as Trac ticket #1488827
If option "Display HTML" is enabled, remote images are not being displayed by default. Instead a warning "To protect your privacy, remote images are blocked in this message." is shown, and a link "Display images" is being offered. That's good.
If option "Display HTML" is disabled, then the text part is shown and a link "HTML message" is being offered below the header section of the message. When clicking on that link, the HTML message is loaded in a separate window, BUT: Remote images are then also fully loaded by default without any warning and without any chance to avoid it. That's not as good...
Clicking on the "Display HTML" link should load the message in the same way as if the option "Display HTML" would have been enabled (i.e. without any remote images).
Sorry, attachment of test message has not been successful as per the following response:
Submission rejected as potential spam (Maximum number of external links per post exceeded, Content contained these blacklisted patterns: 'M_E_S_S_A_G_E')
Grmpf. Really funny to blacklist the term 'M_E_S_S_A_G_E" in a message...
(The underscores are just to avoid that this comment won't be rejected for the third time now, of course it should read without the underscores...)
Clicking on the "Display HTML" link should load the message in the same way as if the option "Display HTML" would have been enabled (i.e. without any remote images).
That should of course read:
Clicking on the "HTML message" link should load the message in the same way as if the option "Display HTML" would have been enabled (i.e. without any remote images).
It looks that this is by design. See app.js line 822:
if (props.mimetype == 'text/html')
qstring += '&_safe=1';
It makes that every text/html attachment is considered safe. So, the fix should remove these lines, but we'll need also to display warning and "Display images" button in the part preview page.
Reported by myfreexp on 20 Nov 2012 22:11 UTC as Trac ticket #1488827
If option "Display HTML" is enabled, remote images are not being displayed by default. Instead a warning "To protect your privacy, remote images are blocked in this message." is shown, and a link "Display images" is being offered. That's good.
If option "Display HTML" is disabled, then the text part is shown and a link "HTML message" is being offered below the header section of the message. When clicking on that link, the HTML message is loaded in a separate window, BUT: Remote images are then also fully loaded by default without any warning and without any chance to avoid it. That's not as good...
Clicking on the "Display HTML" link should load the message in the same way as if the option "Display HTML" would have been enabled (i.e. without any remote images).
Test message attached.
Keywords: Remote images displayed
Migrated-From: http://trac.roundcube.net/ticket/1488827
The text was updated successfully, but these errors were encountered: