How to find out if chrome show a security warning for the user about the current page not been secure?
I been trying to use window.isSecureContext
and check whether the location protocol is https but all turns out as true even so I can see the warring in my Chrome browser. So is there any way to get this information?