]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo: Serve profile avatars over HTTPS
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Dec 2017 13:30:08 +0000 (14:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 16 Dec 2017 13:30:08 +0000 (14:30 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
templates/fireinfo/profile-detail.html

index f44653a3a8de7d28b461c93e40446242cce15203..deb4f19b552aa405fd233cad7d970f7eea73a052 100644 (file)
                {% for i in range(1) %}
                        <li>
                                <!-- XXX need some bbcode here -->
-                               <a href="http://i-use.ipfire.org/profile/{{ profile.public_id }}/{{ i }}.png">
-                                       <img src="http://i-use.ipfire.org/profile/{{ profile.public_id }}/{{ i }}.png"
+                               <a href="https://i-use.ipfire.org/profile/{{ profile.public_id }}/{{ i }}.png">
+                                       <img src="https://i-use.ipfire.org/profile/{{ profile.public_id }}/{{ i }}.png"
                                                alt="{{ _("Signature image") }}" />
                                </a>
                        </li>