I'm looking for a way to detect (in javascript / angular) whether there is one or more mixed content issue in order to inform the users that this page uses http links instead of correct https ones.
It's a crucial feature, this project is only about user created content, and content not showing up because of https is regarded as a major failure if no information message is provided.
So far I stumbled on, iframe / Image load failure detection but this could also be numerous other issues (broken links, ...).
Any ideas on the matter would be highly appreciated !