diff --git a/backend/app.js b/backend/app.js index 8f4890c3..89a8ed70 100644 --- a/backend/app.js +++ b/backend/app.js @@ -40,7 +40,6 @@ app.use(function (req, res, next) { } res.set({ - 'Strict-Transport-Security': 'includeSubDomains; max-age=631138519; preload', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'X-Frame-Options': x_frame_options,