Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL & Headers Issues in corber.io website #689

Open
emanuelb opened this issue May 12, 2021 · 0 comments
Open

SSL & Headers Issues in corber.io website #689

emanuelb opened this issue May 12, 2021 · 0 comments

Comments

@emanuelb
Copy link

Read https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https on how to fix some of the issues below.

  1. ssl cert error for https://corber.io/

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for corber.io. The certificate is only valid for the following names: *.github.com, github.com

  1. ssl cert error for https://www.corber.io/

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for www.corber.io. The certificate is only valid for the following names: www.github.com, *.github.com, github.com, *.github.io, github.io, *.githubusercontent.com, githubusercontent.com

  1. no HSTS, the server need to send this header when visiting the site over HTTPS.
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload

  2. Missing redirect from http to https in domains:
    https://corber.io/
    https://www.corber.io/

  3. no HSTS preload:
    after fixing above issues, apply for preloading here:
    https://hstspreload.org/?domain=corber.io

  4. Disable FLOC with header on all domains:

Permissions-Policy: interest-cohort=()

About FLOC: https://plausible.io/blog/google-floc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant