mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
Adding brackets.
Too much Coffeescript. Had some filters on. :)
This commit is contained in:
@@ -114,7 +114,7 @@ var express = require('express'),
|
|||||||
res.locals.csrf_token = req.session._csrf;
|
res.locals.csrf_token = req.session._csrf;
|
||||||
|
|
||||||
// Disable framing
|
// Disable framing
|
||||||
res.setHeader "X-Frame-Options", "DENY"
|
res.setHeader("X-Frame-Options", "DENY");
|
||||||
|
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user