CartoDB / odyssey.js

Making it easy to merge map and narrative
BSD 3-Clause "New" or "Revised" License
1.62k stars 187 forks source link

Support https #160

Open furilo opened 10 years ago

furilo commented 10 years ago

If you download a template and serve it from https, everything fails as resources are called to just http://

So we should just call to //

matallo commented 10 years ago

calling from // and opening the file locally (as a file instead of serving the file as a web server) the file would fail in both http and https

what should we do in thes case @javisantana?

furilo commented 10 years ago

I think we don't care about files not being by a web server right? (maybe we could point this out in a comment)

On Mon, Jun 30, 2014 at 1:00 PM, Carlos Matallín notifications@github.com wrote:

calling from // and opening the file locally (as a file instead of serving the file as a web server) the file would fail in both http and https

what should we do in thes case @javisantana https://github.com/javisantana?

— Reply to this email directly or view it on GitHub https://github.com/CartoDB/odyssey.js/issues/160#issuecomment-47518965.