-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enable HTTP Strict Transport Security (HSTS) #69
Comments
Should it be done in the Ruby app or in the Nginx proxy? |
Is there anything we should think of in regards to HSTS / preload and Let's Encrypt? |
Sure, I do preload on duh.se. IMO if you start with HSTS you should be really committed to HTTPS, thus preload should only be a upside.
Ruby, I think. To avoid being to dependent on this proxy setup.
Don't think so, except that we are basically bound to use HTTPS forever. |
https://hstspreload.org/?domain=starkast.wiki says
I get the feeling that hstspreload.org doesn't understand SNI. Can you do HSTS preload with SNI? |
Hmm... jekyll/jekyll#6432 (comment)
|
Oops
|
Fixed now
|
https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
The text was updated successfully, but these errors were encountered: