-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Guifi.net now redirects to a secure https connection (hurray!) but some features are not working because of security cnstraints in the client browsers.
In particular When surfing secure pages (like for example https://guifi.net/ca/node/98620/view/distances) that include non secure content the browser blocks de non secure connections (in this case the images hosted at "http://www.heywhatsthat.com"
Ex of one image source: http://www.heywhatsthat.com/bin/profile.cgi?axes=0&curvature=0&metric=1&pt0=41.736201,1.834474,ff0000,9&pt1=41.717473,1.850633,00c000,9&groundrelative=1&src=guifi.net&width=300&height=100
in this case tested with firefox 54.0. 1and chrome 60.0)
My suggestion is to change http for htts and test if it works fine.
Thanks in advance hope this will help.