mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35: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;
|
||||
|
||||
// Disable framing
|
||||
res.setHeader "X-Frame-Options", "DENY"
|
||||
res.setHeader("X-Frame-Options", "DENY");
|
||||
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user