andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 57 forks source link

Hosting Maven site on https causes 'Blocked loading mixed active content' and plain html content. #70

Open JeneJasper opened 6 years ago

JeneJasper commented 6 years ago

Usage of non localResources cause of 'Blocked loading mixed active content' errors when the Maven site is hosted on https.

When trying to access index.html the http urls aren't retrieved for:

 - http://netdna.bootstrapcdn.com/
 - http://yandex.st/
 - http://ajax.googleapis.com/

They all have https variants thus merge requests will follow soons.

NickDiMucci commented 6 years ago

Any update on this being merged?

Ordiel commented 4 years ago

If anyone happens to land here, it is easier to simply add the following to your .htaccess:

Header add Content-Security-Policy "upgrade-insecure-requests"