Skip to content

Commit 014975f

Browse files
committed
test with full helmet
1 parent a827ec9 commit 014975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thinx-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = class THiNX extends EventEmitter {
5151
const app = express();
5252
const helmet = require('helmet');
5353
app.use(helmet.frameguard());
54-
// app.use(helmet()); TODO: test if this does not break something
54+
app.use(helmet());
5555
app.disable('x-powered-by');
5656
this.app = app;
5757

0 commit comments

Comments
 (0)