mozilla/server-side-tls

HSTS: includeSubDomains is not included in the header

JensTimmerman opened this issue · 4 comments

    # HSTS (mod_headers is required) (15768000 seconds = 6 months)
    Header always set Strict-Transport-Security "max-age=15768000"

This should also have: includeSubDomains

Can the comment above this header make note of the includeSubDomains option? Let people know it exists and warn them about it's implications?

That's reasonable. Can you submit a patch?

april commented

While I think it's reasonable, I'm not sure I want to add it. It'll take just one person clicking the button to start receiving endless screaming. 😰