The first time I noticed that Chrome (and only Chrome) does not pay attention to links to the relative URLs of the protocol. For instance:
<img src='//www.example.net/image.png />
should appear as https when it appears on https pages, and should be the http source when it appears on http pages. IE and FF still work this way, but Chrome now only uses it as
therefore, when it appears on an https page, the page becomes insecure. Has anyone else noticed this recently?
user1190300
source share