If I open this URL in Firefox: https://oitofelix.github.io/mininim/
I get some mixed-content warnings on the console. The images load but the style sheets don't.
MININIM website breaks with HTTPS
Re: MININIM website breaks with HTTPS
Same here.
I think it's because of
Should probably be
(related)
I think it's because of
Code: Select all
<base href="http://oitofelix.github.io" />
Code: Select all
<base href="//oitofelix.github.io" />
Re: MININIM website breaks with HTTPS
Thanks for reporting!David wrote:If I open this URL in Firefox: https://oitofelix.github.io/mininim/
I get some mixed-content warnings on the console. The images load but the style sheets don't.
Indeed. Fixed now. Thanks!Norbert wrote:I think it's because of ...
Re: MININIM website breaks with HTTPS
Right.
There are a few more pages on your site that still have this problem:
https://oitofelix.github.io/terminal-matrix-8086/
https://oitofelix.github.io/qdot-8086/
https://oitofelix.github.io/decimatrix-8086/
Re: MININIM website breaks with HTTPS
These have been fixed. Thanks for reporting!David wrote: ↑September 23rd, 2017, 11:15 am There are a few more pages on your site that still have this problem:
https://oitofelix.github.io/terminal-matrix-8086/
https://oitofelix.github.io/qdot-8086/
https://oitofelix.github.io/decimatrix-8086/