Uh oh!
There was an error while loading. Please reload this page.
add hsts headers to all ssl vhosts. - #84
Conversation
Copied from bettercrypto.org
micah
commented
Oct 28, 2015
This is already being set in: puppet/modules/site_apache/templates/vhosts.d/api.conf.erb: Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" I agree that it should be put into the commonly included file, but if we do that, we should remove the existing ones and be sure that common one is included. Also of interest is why some of these have a different max-age? |
cz8s
commented
Oct 28, 2015
Having it in common would be nice. Then pixelated could use it. I will update this PR accordingly and find out why we have different TTLs |
micah
commented
Feb 2, 2016
@cz8s - just wanted to check on the status of this, are you still planning on updating the PR and checking on the different TTLs? |
cz8s
commented
Feb 2, 2016
Its on my to do list. But I won't work on this the next weeks. |
varac
commented
Nov 23, 2016
@cz8s ping, do you still intend to look into this ? |
HSTS header for all users
Copied from bettercrypto.org.