-
Notifications
You must be signed in to change notification settings - Fork 317
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
Preload HSTS #311
Comments
It is preloaded actually: https://dev.ssllabs.com/ssltest/analyze.html?d=isbgpsafeyet.com&s=104.18.12.88&latest |
It's not preloaded, max age needs to be 31536000 and then the domain needs to be submitted via https://hstspreload.org |
It is true, I'm talking about preloading as explained in the title and the comment you quoted. Yes you can have HSTS without it being preloaded but to be preloaded you need the requirements which I said. I don't see how you think it's stupid, if an attacker wanted to MITM a user and they have never visited the website before then they could as the first request will be using HTTP unless you have an extension like HTTPS Everywhere. |
Not forever, it follows the max-age in the HSTS header. However improbable you think it is I don't find a reason for this not to be preloaded, unless Cloudflare feels like it might lose HTTPS compatibility in the future. |
HSTS should be preloaded https://hstspreload.org/?domain=isbgpsafeyet.com
The text was updated successfully, but these errors were encountered: