mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-12 15:41:01 +01:00
Fixed case for header
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