We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
strictTransportPolicy
At this line, the wrong header is being checked. It's checking for header strict-transport-policy, but the header should be strict-transport-security.
strict-transport-policy
strict-transport-security
The text was updated successfully, but these errors were encountered:
Merge pull request #53 from murrple-1/murrple-1-patch-1
f36ac56
Check the correct header for the `strictTransportPolicy` property - Fixes #52
Successfully merging a pull request may close this issue.
At this line, the wrong header is being checked. It's checking for header
strict-transport-policy
, but the header should bestrict-transport-security
.The text was updated successfully, but these errors were encountered: