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

Redirect policy with hsts #1335

Merged
merged 12 commits into from Sep 11, 2023

Conversation

secinto
Copy link
Contributor

@secinto secinto commented Aug 31, 2023

Added a redirect policy which respects Strict-Transport-Security header (in a basic version, if a header is present without checking the content).
If during a redirect a HSTS header is added but the URL scheme is HTTP, the HTTP URL would be requested (maybe net/http/client would be a better place for this), which could either lead to timeouts (if the HTTP service is not available) or at least would behave differently than browser implementations.

The redirect policy can be switched on via the options (--respect-hsts / -rhsts).

@secinto secinto changed the base branch from main to dev August 31, 2023 09:14
@secinto secinto closed this Aug 31, 2023
@secinto secinto reopened this Aug 31, 2023
@ehsandeep ehsandeep added the Status: Review Needed The issue has a PR attached to it which needs to be reviewed label Sep 7, 2023
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.

None yet

4 participants