mirror of https://github.com/status-im/codimd.git
Merge pull request #1433 from hackmdio/feature/disable-include-subdomain-hsts
Disable HSTS IncludeSubdomain, to prevent unexpected behavior
This commit is contained in:
commit
d658903d01
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
hsts: {
|
||||
enable: true,
|
||||
maxAgeSeconds: 60 * 60 * 24 * 365,
|
||||
includeSubdomains: true,
|
||||
includeSubdomains: false,
|
||||
preload: true
|
||||
},
|
||||
csp: {
|
||||
|
|
Loading…
Reference in New Issue