When using IE11 and encountering the user prompt
Only secure content is displayed. #Show all content#
The readyState remains constant at loading
and the events do not trigger. Everything works fine once the user clicks on Show all content
.
Unfortunately, there are non-secure scripts and images on my site (from third-party sources and user-generated content) that I can't update to SSL. While it's okay if these elements don't load, I still need the DOMContentReady event for important JavaScript that loads securely. Do you know of any workaround I could use?