-
- Downloads
Fix html templates to load images only on HTTPS (#14625)
This PR changes http-based image URLs to be https in html templates. This impacts the Synapse SSO error page, where browsers report mixed media content warnings. Also, https://matrix.org/img/vector-logo-email.png is currently broken but the URL has been updated to be https anyway. Signed-off-by:Ashish Kumar <ashfame@users.noreply.github.com>
Showing
- changelog.d/14625.bugfix 1 addition, 0 deletionschangelog.d/14625.bugfix
- synapse/res/templates/_base.html 3 additions, 3 deletionssynapse/res/templates/_base.html
- synapse/res/templates/notice_expiry.html 3 additions, 3 deletionssynapse/res/templates/notice_expiry.html
- synapse/res/templates/notif_mail.html 3 additions, 3 deletionssynapse/res/templates/notif_mail.html
Loading
Please register or sign in to comment