openshift-roadshow / parksmap-web

This is the web and service gateway component. It's implemented in SpringBoot
Apache License 2.0
46 stars 119 forks source link

Fixed the mixed content error message #18

Closed joellord closed 3 years ago

joellord commented 3 years ago

There was an error message in the console about mixed content being used. That's because the Google fonts URL used was specifically requesting https but the cluster might be running on a non-secure route. Using "//" instead of the protocol will actually use same protocol as the index.html page.