Page 1 of 1

Board showing mixed content warnings

Posted: Fri Mar 01, 2019 3:08 pm
by hanno
Hi,

On
viewtopic.php?f=3&t=24196&p=10451699
I noticed that Firefox gave me a mixed content warning.

The reason was an avatar image loaded over http. Given that the board only runs on HTTPS now such avatars should probably not be allowed.

A workaround might be to set an "upgrade-insecure-requests" header. In such a case the browser would automatically try to fetch HTTP resources over HTTPS:
https://developer.mozilla.org/en-US/doc ... e-Requests