From d25f656a48fa3d9f3d6bc93c2557e2ca22911900 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 16 Dec 2015 14:23:00 +0100 Subject: [PATCH] Fix content warning issues over https When served with HTTP/2 and TLS, project pages show several mixed content errors: * the imported Google fonts * the AJAX call to spring.io to get the current project information * the newsletter iframe This commit changes URLs to use https or protocol-relative URLs when possible. This also deletes the now defunct newsletter integration. --- _config.yml | 6 +++--- _includes/page.html | 14 ++++---------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index ddc41fb5df..a222501fd1 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,6 @@ custom_gradle_template: false ### The following properties are constant for most projects -main_site_url: http://spring.io -projects_site_url: http://projects.spring.io -questions_url: http://spring.io/questions +main_site_url: https://spring.io +projects_site_url: https://projects.spring.io +questions_url: https://spring.io/questions diff --git a/_includes/page.html b/_includes/page.html index f342858f2b..87df027ffe 100644 --- a/_includes/page.html +++ b/_includes/page.html @@ -4,7 +4,7 @@ - + @@ -114,15 +114,9 @@ © Pivotal Software, Inc. All Rights Reserved. - Terms of Use and - Privacy - -