codeforamerica / fellows-map

fellowship map
http://codeforamerica.github.io/fellows-map
9 stars 4 forks source link

Use HTTPS for all resources to avoid mixed content errors #38

Closed junosuarez closed 9 years ago

junosuarez commented 9 years ago

Currently fellow images and city seals are being loaded over insecure HTTP. This PR corrects that to use HTTPS instead.

lyzidiamond commented 9 years ago

@jden does this break any images? (It shouldn't, but did you check?)

junosuarez commented 9 years ago

@lyzidiamond my understanding is that everything on www.codeforamerica.com works via https, but that their CMS is still misconfigured to default img tag src attributes to insecure URLs

mapsam commented 9 years ago

Looks good to me, @jden! Sorry for the delay on this PR :frowning: