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
I appreciate the work you've done on this plugin. We use it for https://blog.crisp.se
However, when we moved the blog from http to https, the avatar photos are still served with http, causing mixed-content warnings.
Looking at the HTML source code, I can see that the URLs are absolute. Would be nice if they were relative, or at least changed to https. Any idea of how I can accomplish that? Or does it require a plugin patch?
Hi Paul,
I appreciate the work you've done on this plugin. We use it for https://blog.crisp.se
However, when we moved the blog from http to https, the avatar photos are still served with http, causing mixed-content warnings.
Looking at the HTML source code, I can see that the URLs are absolute. Would be nice if they were relative, or at least changed to https. Any idea of how I can accomplish that? Or does it require a plugin patch?
Example HTML:
<img alt="Max Wenzin" src="http://blog.crisp.se/wp-content/uploads/2016/04/Max-Wenzin_avatar_1460440823.png" class="avatar avatar-59 photo" height="59" width="59" title="Max Wenzin">
The text was updated successfully, but these errors were encountered: