refactor: add comment to clarify HSTS configuration in security middleware

This commit is contained in:
Tudor Stanciu 2025-10-04 02:49:57 +03:00
parent 9566c4311d
commit edb38f034e

View File

@ -34,6 +34,7 @@ app.use(
frameSrc: ["'none'"],
},
},
strictTransportSecurity: false, // Disable HSTS to allow HTTP access
})
);