tmedwards / tweego

Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.
https://www.motoslave.net/tweego
BSD 2-Clause "Simplified" License
124 stars 23 forks source link

motoslave.net #16

Closed Uzume closed 3 years ago

Uzume commented 3 years ago

This might be the wrong place to bring this up but I thought it was incongruent that:

https://www.motoslave.net/

has a link to:

https://www.motoslave.net/sugarcube/

but not a link to:

https://www.motoslave.net/tweego/

If you are making changes to motoslave.net, it should be noted when I access it with secure https schema, my browser warns me it is using weak encryption due to it using TLS 1.0. In October 2018, TLS 1.0 and 1.1 were announced to be deprecated in March 2020 which has now past.

tmedwards commented 3 years ago

Done.

Uzume commented 3 years ago

@tmedwards It looks good--thanks for the added link and the change to TLS 1.3.

I notice the link to the Reform source code at Bitbucket is broken:

I also wonder if there is source available for DiceBox someplace.

Your Mamono Hunter Yohko pages seem to encode full URLs with "http:" for the images which results in interesting security notices when accessing the pages with "https:" since the page is secure but the images are not. Perhaps you might want to consider removing the schema and site and having site relative URLs instead, i.e.:

<img src="/images/spacer.gif" width="1" height="4" border="0" alt="">

instead of:

<img src="http://www.motoslave.net/images/spacer.gif" width="1" height="4" border="0" alt="">
Uzume commented 2 years ago

@tmedwards FYI your website's TLS site certificate is now expired as FireFox is now providing me:

Websites prove their identity via certificates, which are valid for a set time period. The certificate for www.motoslave.net expired on 10/30/2021.

Error code: SEC_ERROR_EXPIRED_CERTIFICATE

2021-11-19 Edit: I see this has since been fixed as current site certificate is now valid from 2021-11-02 to 2022-12-04 but apparently it was an issue from 2021-10-30 to 2021-11-02.