Skip to content

Commit 58f9afe

Browse files
committed
Remove versioning to X-Powered-By
1 parent e797bc9 commit 58f9afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function (_instance) {
77

88
// X-Powered-By: bool.js
99
expressApplication.use(function (req, res, next) {
10-
res.header('X-Powered-By', 'bool.js v0.5.3');
10+
res.header('X-Powered-By', 'booljs');
1111
next();
1212
});
1313

0 commit comments

Comments
 (0)