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

Update SSL plug [hsts_header/1] #1209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jbcaprell
Copy link

The preload directive isn’t part of the spec, but it is in wide use as far as these things go:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security#preloading_strict_transport_security

It requires another directive, includeSubdomains, be present; there are a couple of these HSTS Preloading services:

https://www.chromium.org/hsts/
https://hg.mozilla.org/mozilla-central/raw-file/tip/security/manager/ssl/nsSTSPreloadList.inc

… and they both parse the Strict-Transport-Security header just fine as Plug currently presents it; but it’s probably safer to append them in this order (includeSubdomains first), in case someone parses this header in a less-smart way in the future.

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