MININIM website breaks with HTTPS

A free software implementation of Prince of Persia 1.
Post Reply
David
The Prince of Persia
The Prince of Persia
Posts: 2846
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

MININIM website breaks with HTTPS

Post 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.
User avatar
Norbert
The Prince of Persia
The Prince of Persia
Posts: 5743
Joined: April 9th, 2009, 10:58 pm

Re: MININIM website breaks with HTTPS

Post 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)
User avatar
oitofelix
Wise Scribe
Wise Scribe
Posts: 227
Joined: February 17th, 2016, 1:59 pm
Location: Brazil
Contact:

Re: MININIM website breaks with HTTPS

Post 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!
Bruno Félix Rezende Ribeiro (oitofelix)
MININIM author
David
The Prince of Persia
The Prince of Persia
Posts: 2846
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

Re: MININIM website breaks with HTTPS

Post 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/
User avatar
oitofelix
Wise Scribe
Wise Scribe
Posts: 227
Joined: February 17th, 2016, 1:59 pm
Location: Brazil
Contact:

Re: MININIM website breaks with HTTPS

Post 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!
Bruno Félix Rezende Ribeiro (oitofelix)
MININIM author
Post Reply