Open JeneJasper opened 6 years ago
Usage of non localResources cause of 'Blocked loading mixed active content' errors when the Maven site is hosted on https.
localResources
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.
Any update on this being merged?
If anyone happens to land here, it is easier to simply add the following to your .htaccess:
.htaccess
Header add Content-Security-Policy "upgrade-insecure-requests"
Usage of non
localResources
cause of 'Blocked loading mixed active content' errors when the Maven site is hosted on https.They all have https variants thus merge requests will follow soons.