added X-Powered-By header for builtwith.com

This commit is contained in:
psychobunny
2014-04-01 14:00:33 -04:00
parent e886e232c5
commit 488e31df64

View File

@@ -213,6 +213,7 @@ module.exports = function(app, data) {
app.use(function (req, res, next) {
res.locals.csrf_token = req.session._csrf;
res.setHeader('X-Frame-Options', 'SAMEORIGIN');
res.setHeader('X-Powered-By', 'NodeBB');
next();
});