diff options
author | Ashish Kumar <ashfame@users.noreply.github.com> | 2022-12-08 21:28:02 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 17:28:02 +0000 |
commit | a58b550eac9606bf6bba030abe9d1020c893ca02 (patch) | |
tree | 1ce7045b4baaee91b97089d9267e09502b60e313 /changelog.d | |
parent | Rebuild the user directory and stats tables. (#14643) (diff) | |
download | synapse-a58b550eac9606bf6bba030abe9d1020c893ca02.tar.xz |
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>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14625.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14625.bugfix b/changelog.d/14625.bugfix new file mode 100644 index 0000000000..a4d1216690 --- /dev/null +++ b/changelog.d/14625.bugfix @@ -0,0 +1 @@ +Fix html templates to load images only on HTTPS. Contributed by @ashfame. |