Mixed content when scripts etc. linked from http source
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?
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.
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.