mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
Merge branch 'csrf-excision' into hashtalk
This commit is contained in:
@@ -189,6 +189,7 @@ categoriesController.get = function(req, res, next) {
|
||||
|
||||
data.currentPage = page;
|
||||
data['feeds:disableRSS'] = meta.config['feeds:disableRSS'] === '1' ? true : false;
|
||||
data.csrf = req.csrfToken();
|
||||
|
||||
// Paginator for noscript
|
||||
data.pages = [];
|
||||
|
||||
Reference in New Issue
Block a user