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

Fix for the HSTS-Markup #15

Closed
wants to merge 1 commit into from
Closed

Fix for the HSTS-Markup #15

wants to merge 1 commit into from

Conversation

Enaah
Copy link
Contributor

@Enaah Enaah commented Feb 25, 2018

TLDR;
the last semicolon was obsolete.

PreStory

Checked my site with this tool and the submission failed because the Markup wasn't correct.

  • The Required Markup (after the RFC6769):
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload

  • The provides Markup from this package:
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload;

Conlusion: remove the last ;

- implements the Markup described in the  RFC 6797
- correct:
"Strict-Transport-Security: max-age=63072000; includeSubDomains; preload"
- incorrect:
"Strict-Transport-Security: max-age=63072000; includeSubDomains; preload;"
@Enaah Enaah closed this Feb 25, 2018
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

1 participant