reflow-maven-skin icon indicating copy to clipboard operation
reflow-maven-skin copied to clipboard

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

Open JeneJasper opened this issue 7 years ago • 2 comments

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.

JeneJasper avatar Dec 26 '17 23:12 JeneJasper

Any update on this being merged?

NickDiMucci avatar Mar 26 '18 17:03 NickDiMucci

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"

Ordiel avatar Jun 17 '20 13:06 Ordiel