mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 09:55:47 +01:00
closed #2424
This commit is contained in:
@@ -71,7 +71,6 @@ middleware.buildHeader = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
var data = {
|
||||
csrf: req.csrfToken ? req.csrfToken() : undefined,
|
||||
relative_path: nconf.get('relative_path'),
|
||||
plugins: pluginData.custom_header.plugins,
|
||||
authentication: pluginData.custom_header.authentication,
|
||||
|
||||
Reference in New Issue
Block a user