HSTS preload doesn't work on subdomains
This commit is contained in:
parent
5899eb45f6
commit
5390c9c7a2
|
@ -10,7 +10,7 @@ cloud.{{ proxy_vars[env].app01.base_domain }} {
|
|||
}
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
-Server
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ ipfs-gateway.{{ proxy_vars[env].app01.base_domain }},
|
|||
}
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
-Server
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ ipfs.local.{{ proxy_vars[env].app01.base_domain }} {
|
|||
}
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
-Server
|
||||
}
|
||||
|
||||
|
@ -83,7 +83,7 @@ xmr.local.{{ proxy_vars[env].app01.base_domain }} {
|
|||
}
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
-Server
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue