dokieli icon indicating copy to clipboard operation
dokieli copied to clipboard

Mixed content when scripts etc. linked from http source

Open rhiaro opened this issue 10 years ago • 2 comments

When I Save As / create New from an http doc to an https location, but leave the scripts/css pointing to the original doc, they are blocked due to mixed content.

Could check for this case and inject an https proxy into the links in the new doc?

rhiaro avatar Jan 09 '16 23:01 rhiaro

Alternatively, copy the resources and use relative URLs. Although, copying might not always be possible. What to copy and where to might be a rabbit hole.

Ditto a proxy might not always be possible, but it is simple to implement.

Perhaps the UI needs to inform the user about what's going on and let them decide. This needs to make its way into application/user configuration.

csarven avatar Jan 10 '16 08:01 csarven

I'm going to change the labels on this issue from bug to feature b/c it is not really a bug. The application takes the document as is, shouldn't have to do anything new that it is not doing already.

csarven avatar Feb 05 '16 22:02 csarven