What does https mean? That your connection to the server is encrypted.
I'm currently trying to speed up https, and make it more secure.
To date, if someone embedded an image on an unencrypted connection (http) and you accessed it over an encrypted connection (https) then it's up to the web browser what to do.
Some browsers go strict and start warning, others prevent the image loading, some load the image. It's inconsistent.
To try and just make it work, I'm sending all requests for http files over https... but only if you access LFGSS via https.
It should work, but it's not working for everyone.
Which means I'm building test machines at the moment to figure it out.
What does https mean? That your connection to the server is encrypted.
I'm currently trying to speed up https, and make it more secure.
To date, if someone embedded an image on an unencrypted connection (http) and you accessed it over an encrypted connection (https) then it's up to the web browser what to do.
Some browsers go strict and start warning, others prevent the image loading, some load the image. It's inconsistent.
To try and just make it work, I'm sending all requests for http files over https... but only if you access LFGSS via https.
It should work, but it's not working for everyone.
Which means I'm building test machines at the moment to figure it out.