-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/website,x/gddo: enable HSTS for godoc.org and golang.org #26162
Comments
It seems the godoc.org server is constructed at but I'm not sure about the best place to add a new header. |
If this is just about godoc.org, I believe issues about that are tracked on that repo. I also checked golang.org which seems to be missing the |
I suggested opening an issue here so that we can do godoc and golang.org at the same time. |
Ah alright. ping @andybons for golang.org. |
Change https://golang.org/cl/122175 mentions this issue: |
Add the includeSubDomains directive to meet the requirements for being added to the preload list described at https://hstspreload.org/. Updates golang/go#26162 Change-Id: I415775aa523bcef3a52f1853de033f343b914e83 Reviewed-on: https://go-review.googlesource.com/122175 Reviewed-by: Brad Fitzpatrick <[email protected]>
godoc.org uses HTTPS. It would be great to increase protection by implementing HSTS and preloading: https://hstspreload.org/?domain=godoc.org
This is especially valuable for godoc.org, since URLs are designed to be easily constructed (from other URLs) by hand and not everyone might add/keep the HTTPS scheme when they do so.
cc @FiloSottile
The text was updated successfully, but these errors were encountered: