GoogleCloudPlatform / GoogleCloudPlatform/gcping
HTST max-age should be 2 years when preload is present
Open
- Dominant language
- Go
- Stars
- 475
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
HTST max-age is currently set to 3,600.
https://github.com/GoogleCloudPlatform/gcping/blob/0f9908c6aa8da9b7b224473abd1bcf9a8d327c08/cmd/ping/main.go#L54
However, according to https://hstspreload.org/, 2 years is recommended and 1 year is required as a minimum.
Contributor guide
Assessment
This issue has not been assessed yet.