summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAshish Kumar <ashfame@users.noreply.github.com>2022-12-08 21:28:02 +0400
committerGitHub <noreply@github.com>2022-12-08 17:28:02 +0000
commita58b550eac9606bf6bba030abe9d1020c893ca02 (patch)
tree1ce7045b4baaee91b97089d9267e09502b60e313 /changelog.d
parentRebuild the user directory and stats tables. (#14643) (diff)
downloadsynapse-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.bugfix1
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.