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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user