mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
closes #5200
This commit is contained in:
@@ -62,6 +62,7 @@ apiController.getConfig = function (req, res, next) {
|
||||
config.csrf_token = req.csrfToken();
|
||||
config.searchEnabled = plugins.hasListeners('filter:search.query');
|
||||
config.bootswatchSkin = 'default';
|
||||
config.timeagoCutoff = meta.config.timeagoCutoff;
|
||||
|
||||
config.cookies = {
|
||||
enabled: parseInt(meta.config.cookieConsentEnabled, 10) === 1,
|
||||
|
||||
Reference in New Issue
Block a user