Any chance to check with PHP/JavaScript is there on page any unsecured items?
At work we here working with SSL and sometimes (rare, but still) someone of us is committing design elements with wrong path, would be good to add big red block with error, as a bonus for browser checks 🙂
Any chance to check with PHP/JavaScript is there on page any unsecured items? At
Share
From what I understand here, sometimes the path to an image is using
http://which is causing the browser to say that some elements on the page are not secured. It’s a best practice to not specify http:// nor https:// instead use the protocol-relative urlYou can easily check that any image on the page is using
http://by adding this simple css rule :http://jsfiddle.net/qFtVD/2/