makehackvoid / makehackvoid.com

MHV public facing website
MIT License
9 stars 10 forks source link

Loading non-HTTPS assets into HTTPS pages #118

Closed firnsy closed 8 years ago

firnsy commented 9 years ago

The openlayers script on the MHV site is being loaded from a non-https location (because the upstream doesn't appear to provide one) and giving mixed content errors in chrome.

<script src="http://www.openlayers.org/api/OpenLayers.js"></script>

Self hosting the asset is probably the quickest solution.

jamiereid commented 8 years ago

Solved by PR #121

jamiereid commented 8 years ago

Commit 9bdf4b3 solves this.