dotjs icon indicating copy to clipboard operation
dotjs copied to clipboard

Use data URIs to avoid SSL

Open anshin opened this issue 11 years ago • 2 comments

Is there any reason this is a bad idea?

anshin avatar Aug 07 '13 19:08 anshin

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.

anshin avatar Aug 07 '13 20:08 anshin

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.

xenogenesi avatar May 05 '14 14:05 xenogenesi