Hi!
I have enabled ssl on my website.
However, "ARI Social Harvester"
displays images without using ssl/https.
For example, a picture from facebook would look like this:
Code: |
<img src="http://graph.facebook.com/1759046654154435/picture?type=normal" alt="" style="opacity: 1;">
|
This prevents my website from being fully secure, since the picture is not from a secure source.
(Also: The "alt" attribute is empty, which AFAIK does not conform fully to the "W3C html5" standards.)
Is there a way to fix this? (future-proof, without future updates breaking it)
If not, I would suggest this for the next version (hopefully soon), so I can enable ssl for all image sources as well as add a default "alt" attribute.