Skip to content
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

Strict-Transport-Security for redirects #57

Closed
wants to merge 1 commit into from

Conversation

szepeviktor
Copy link
Contributor

@@ -21,5 +21,5 @@
# http://blogs.msdn.com/b/ieinternals/archive/2014/08/18/hsts-strict-transport-security-attacks-mitigations-deployment-https.aspx

<IfModule mod_headers.c>
Header set Strict-Transport-Security "max-age=16070400; includeSubDomains"
Header always set Strict-Transport-Security "max-age=16070400; includeSubDomains"

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@szepeviktor
Copy link
Contributor Author

I see no tests for Strict-Transport-Security.
Do you mean looking for it in the response headers during a redirected request?

@szepeviktor
Copy link
Contributor Author

I see no redirected requests.
Nor I see https.

@szepeviktor
Copy link
Contributor Author

Using RewriteRule for redirection?

@alrra
Copy link
Member

alrra commented Feb 27, 2015

@szepeviktor Sorry for the delay on this.

Header always set

@szepeviktor Good catch! 👏

@alrra alrra closed this in c2b72dc Feb 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants