-
Notifications
You must be signed in to change notification settings - Fork 80
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
Check for HSTS on all redirects on same endpoint #193
Check for HSTS on all redirects on same endpoint #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comment/question.
…ttps://github.com/cisagov/pshtt into issue/Factor_in_redirects_when_calculating_HSTS_#89
@jsf9k, I added some code to record the HSTS URL and redirect chain so you can always see which URL the HSTS header that is being checking is coming from. In the output there are now lines that say ": Found HSTS in redirected response from ". In my tests, the code ensures that the redirected URL is on the same endpoint and I can see that in these lines in the output. |
This PR resolves #196. |
See cisagov/pshtt#193 for details.
See cisagov/pshtt#193 for details.
See cisagov/pshtt#193 for more details.
See cisagov/pshtt#193 for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are still a few open questions here that need to be answered.
Closed due to a lack of attention. |
This is to resolve Issue #89 Factor in redirects when calculating HSTS by looking at all redirects to the same endpoint for an HSTS header, rather than only the first response and no redirects.