etf-validator / etf-webapp

:earth_africa: :mag: ETF is an open source testing framework for spatial data and services
https://www.etf-validator.net
European Union Public License 1.2
19 stars 19 forks source link

Browser blocks mixed content - link to external content over https #132

Closed stijngoedertier closed 7 years ago

stijngoedertier commented 7 years ago

When accessing etf-webapp through an HTTPS proxy, browsers like FireFox and Chrome do not correctly display the start page (due to "mixed content blocking") see this screenshot: etf-webapp-mixed-content-error. When disabling this security check in the browser, the pages are displayed correctly.

This problem would probably be solved by only linking to external CSS content over https. I see for instance the following line in the main HTML page:

    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.css" />
jonherrmann commented 7 years ago

Thanks Stijn!