diff --git a/config/env/default.js b/config/env/default.js index b19e5e7d..75a908d1 100644 --- a/config/env/default.js +++ b/config/env/default.js @@ -34,11 +34,6 @@ module.exports = { csp: { /* Content Security Policy object */}, xframe: 'SAMEORIGIN', p3p: 'ABCDEF', - hsts: { - maxAge: 31536000, // Forces HTTPS for one year - includeSubDomains: true, - preload: true - }, xssProtection: true }, logo: 'modules/core/client/img/brand/logo.png',