ElDewrito / ElDorito

A Halo Online modification
725 stars 143 forks source link

Fix Tumblr HTTPS mismatch #481

Closed ihatecsv closed 6 years ago

ihatecsv commented 6 years ago

As the blog is being served by Tumblr, when you visit the blog subdomain using https, the certificate is mismatched (wrong domain). So anyone clicking on this link will get redirected to an error page. Easy fix, just direct people to the insecure page, as that's what's happening after the HTTPS connection anyway.

Proposed changes in this pull request:

  1. Change blog link to non-SSL!