-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add FAQ for hstspreload.org not detecting header when other sites do #215
Comments
Sounds pretty sensible, if you're facing a lot of such questions. Although this issue probably affects less technical users, I would also suggest generating a (We do have the |
Experimentation for chromium/hstspreload.org#215
So what about when the WebUI red flags that the HSTS header is missing, but the command line hstspreload returns an observed header and says "Satisfies Requirements" in bright green? Is that a bug or a feature and how do we as end-users deal with the inconsistency? |
That should be pretty rare, but I'd suggest either naming the site here or emailing the contact email to either diagnose or manually preload the site. |
Some websites will check what headers a website is serving and those reports sometimes conflict with what hstspreload.org says for a domain's Strict-Transport-Security header. Usually this conflict is because other scanning websites follow redirects while hstspreload.org looks at the headers on the response to the original request. (One such example of a scanning site is securityheaders.com, which defaults to following redirects.)
We should consider adding an FAQ section with an entry addressing this. (The Q could be something like "hstspreload.org says my domain isn't serving the Strict-Transport-Security header, but other tools see it. What's happening?")
The text was updated successfully, but these errors were encountered: