defunkt/dotjs

Use data URIs to avoid SSL

Opened this issue · 2 comments

Is there any reason this is a bad idea?

Ah. It would still be necessary to do an HTTP request to local host at least once.

Are there issues with embedding a non-secure XHR call using data URI? I can't check right now.

I had problems using https and had to edit djsd and the plugin script to use http, but would like to know why https was choosen.