codeforamerica / MuniciPal

:speech_balloon: Consulting city-dwellers about legislation near them.
22 stars 14 forks source link

Load resources securely so page displays w/o error over HTTPS #140

Closed techieshark closed 9 years ago

techieshark commented 9 years ago

Fixes #135.

Note that there is still some Heroku configuration to get certificates (see possible sources) set up for a custom domain (running on .herokuapp.com should work fine for testing though).

Also note, we're just getting resources via HTTPS instead of a protocol-relative URL as that is recommended and has no apparent performance hit.