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

Strict Transport Security #16

Open
mnot opened this issue Apr 8, 2019 · 0 comments
Open

Strict Transport Security #16

mnot opened this issue Apr 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mnot
Copy link
Owner

mnot commented Apr 8, 2019

Spec

Syntax:

     Strict-Transport-Security = "Strict-Transport-Security" ":"
                                 [ directive ]  *( ";" [ directive ] )

     directive                 = directive-name [ "=" directive-value ]
     directive-name            = token
     directive-value           = token | quoted-string
  • Directives MUST only appear once
  • Directives are case-insensitive
  • Directives:
    • max-age (delta-seconds)
    • includeSubDomains (valueless)
  • Not a list header; ignore subsequent
  • Warn if received over HTTP (not HTTPS) and not a 301; see S 7.2
@mnot mnot transferred this issue from mnot/redbot Sep 19, 2023
@mnot mnot added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant