-
Notifications
You must be signed in to change notification settings - Fork 6k
Add preload support to Strict-Transport-Security #6312
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
Labels
Milestone
Comments
Thanks for the ticket. Would you be willing to submit a PR for this? If you need help, I'd be glad to guide you through the process |
I would like to take this one. |
@ankurpathak Thank you the issue is yours. |
Pull request for the issue: |
ankurpathak
added a commit
to ankurpathak/spring-security
that referenced
this issue
Jan 9, 2019
1. Preload support in Servlet Security(XML & Java) 2. Preload support in Reactive Security 3. Test for preload support in Servlet Security 4. Test for preload support in Reactive Security Fixes: spring-projectsgh-6312
rwinch
pushed a commit
that referenced
this issue
Jan 16, 2019
1. Preload support in Servlet Security(XML & Java) 2. Preload support in Reactive Security 3. Test for preload support in Servlet Security 4. Test for preload support in Reactive Security Fixes: gh-6312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Strict-Transport-Security configuration
Problem:
Response header "Strict-Transport-Security" should contain value "max-age=31536000;includeSubdomains; preload". There is no possibility to do it in class HstsConfig now. Only "max-age=31536000; includeSubdomains" supportable.
The text was updated successfully, but these errors were encountered: