mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 22:14:09 +00:00
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…
x
Reference in New Issue
Block a user