mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
fix: set HSTS preload attribute to false by default
See <https://hstspreload.org/#opt-in> for more information why this is important. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
71854a882f
commit
72c233b233
3 changed files with 11 additions and 6 deletions
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
enable: true,
|
||||
maxAgeSeconds: 60 * 60 * 24 * 365,
|
||||
includeSubdomains: true,
|
||||
preload: true
|
||||
preload: false
|
||||
},
|
||||
csp: {
|
||||
enable: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue