-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add preload support to Strict-Transport-Security #6312
Labels
Milestone
Comments
rwinch
changed the title
Strict-Transport-Security configuration
Add preload support to Strict-Transport-Security
Dec 20, 2018
rwinch
added
the
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
label
Dec 20, 2018
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 |
rwinch
added
in: web
An issue in web modules (web, webmvc)
type: enhancement
A general enhancement
labels
Dec 20, 2018
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
rwinch
removed
the
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
label
Jan 16, 2019
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: