e11sync-caddy: weaker STS
I don't know what I will be putting to subdomains yet.
This commit is contained in:
parent
c3d052ad01
commit
b983a2f59a
|
@ -6,7 +6,7 @@
|
||||||
writeTextFile {
|
writeTextFile {
|
||||||
name = "e11sync-caddy";
|
name = "e11sync-caddy";
|
||||||
text = ''
|
text = ''
|
||||||
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
header Strict-Transport-Security "max-age=31536000"
|
||||||
header /static/CACHE/* Cache-Control "public, max-age=31536000, immutable"
|
header /static/CACHE/* Cache-Control "public, max-age=31536000, immutable"
|
||||||
|
|
||||||
route /static/* {
|
route /static/* {
|
||||||
|
|
Loading…
Reference in New Issue