Of course, admins can enable HSTS with mod_headers, for example: Header set Strict-Transport-Security "max-age=86400; includeSubDomains" but admins have to know the specification detail. Implementing it makes it easy to HSTS-ize.
If I not wrong, this is the only way to have HSTS enabled in APR, I'm correct ? If it's true, this become much more important, correct ?
>have HSTS enabled in APR What is "APR" here? (This issue is not applicable to Apache Portable Runtime -- libapr)
(In reply to Jeff Trawick from comment #2) > >have HSTS enabled in APR > > What is "APR" here? (This issue is not applicable to Apache Portable > Runtime -- libapr) You're right, with APR I mean Apache Portable Runtime, so, I'm sorry for the bug spam. And thanks for your response.