Page 1 of 1

MININIM website breaks with HTTPS

Posted: September 17th, 2017, 9:35 am
by David
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.

Re: MININIM website breaks with HTTPS

Posted: September 17th, 2017, 7:06 pm
by Norbert
Same here.

I think it's because of

Code: Select all

<base href="http://oitofelix.github.io" />
Should probably be

Code: Select all

<base href="//oitofelix.github.io" />
(related)

Re: MININIM website breaks with HTTPS

Posted: September 18th, 2017, 4:36 pm
by oitofelix
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.
Thanks for reporting!
Norbert wrote:I think it's because of ...
Indeed. Fixed now. Thanks!

Re: MININIM website breaks with HTTPS

Posted: September 23rd, 2017, 11:15 am
by David
oitofelix wrote: September 18th, 2017, 4:36 pmIndeed. Fixed now. Thanks!
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

Posted: September 29th, 2017, 8:00 pm
by oitofelix
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/
These have been fixed. Thanks for reporting!