diff --git a/changelog.d/14625.bugfix b/changelog.d/14625.bugfix new file mode 100644 index 000000000000..a4d1216690ec --- /dev/null +++ b/changelog.d/14625.bugfix @@ -0,0 +1 @@ +Fix html templates to load images only on HTTPS. Contributed by @ashfame. diff --git a/synapse/res/templates/_base.html b/synapse/res/templates/_base.html index 46439fce6aa6..4b5cc7bcb62a 100644 --- a/synapse/res/templates/_base.html +++ b/synapse/res/templates/_base.html @@ -13,13 +13,13 @@