includeSubdomains deprecated Use includeSubDomains
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-09-16 13:13:25 +02:00
parent 206dec59a3
commit 4f99907ee3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"helmet#hsts": {
"params": {
"maxAge": 0,
"includeSubdomains": true
"includeSubDomains": true
}
},
"helmet#hidePoweredBy": {},