You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/08/26 15:07:06 UTC

[sling-org-apache-sling-auth-form] 02/02: SLING-8659 - Use only https for links on login page

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git

commit b2c5bdf003b88128d69945a2e1ce2b55d6b59315
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Aug 26 16:55:27 2019 +0200

    SLING-8659 - Use only https for links on login page
---
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index e4da2b7..755d83a 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -29,10 +29,10 @@
         <div class="Grid Fit-Medium Home-Grid">
             <div class="Gradient"></div>
             <header class="Cell Medium-35 Large-25 Align-Center Logos">
-                <a href="http://sling.apache.org" target="_blank" rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
+                <a href="https://sling.apache.org" target="_blank" rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
                     <img src="../../../content/starter/img/sling-logo.svg" alt="Apache Sling Logo"/>
                 </a>
-                <a href="http://apache.org" target="_blank" rel="noopener" id="asf-logo" title="Visit the Apache Software Foundation website">
+                <a href="https://apache.org" target="_blank" rel="noopener" id="asf-logo" title="Visit the Apache Software Foundation website">
                     <img src="../../../content/starter/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
                 </a>
             </header>