diff --git a/header.go b/header.go index 2d0c77d..cf91e29 100644 --- a/header.go +++ b/header.go @@ -252,7 +252,7 @@ func preloadableHeaderMaxAge(hstsHeader HSTSHeader, policy preloadlist.PolicyTyp issues = issues.addWarningf( "header.preloadable.max_age.over_10_years", "Max-age > 10 years", - "FYI: The max-age (%d seconds) is longer than 10 years, which is an unusually long value.", + "FYI: The max-age (%d seconds) is longer than 10 years, which is an unusually long value, and may be capped to a lower value in some browsers.", hstsHeader.MaxAge.Seconds, )