We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a827ec9 commit 014975fCopy full SHA for 014975f
thinx-core.js
@@ -51,7 +51,7 @@ module.exports = class THiNX extends EventEmitter {
51
const app = express();
52
const helmet = require('helmet');
53
app.use(helmet.frameguard());
54
- // app.use(helmet()); TODO: test if this does not break something
+ app.use(helmet());
55
app.disable('x-powered-by');
56
this.app = app;
57
0 commit comments