quarkusio / ja.quarkus.io

Japanese localization project for https://github.com/quarkusio/quarkusio.github.io
https://ja.quarkus.io
Apache License 2.0
27 stars 27 forks source link

Missing redirection from http to https #1105

Closed yrodiere closed 8 months ago

yrodiere commented 8 months ago

If I go to http://ja.quarkus.io/, I don't get redirected to https://ja.quarkus.io/ .

On the other hand, http://quarkus.io/ and http://es.quarkus.io/ and http://pt.quarkus.io/ do redirect to their HTTPS equivalent.

Is this an oversight?

See also https://github.com/quarkusio/cn.quarkus.io/issues/223

yrodiere commented 8 months ago

If you use GitHub pages, I think this should fix it: https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https#enforcing-https-for-your-github-pages-site

ynojima commented 8 months ago

Thank you for pointing out! Now the HTTPS is enforced on ja.quarkus.io too.