Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.74.0rc1 | Sean Quah | 2022-12-13 | 1 | -1/+0 |
| | |||||
* | Fix html templates to load images only on HTTPS (#14625) | Ashish Kumar | 2022-12-08 | 1 | -0/+1 |
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> |