re-add commented out master header section
This commit is contained in:
2
app.js
2
app.js
@ -115,7 +115,6 @@ app.disable('x-powered-by');
|
||||
app.use(helmet.xssFilter());
|
||||
app.use(helmet.noSniff());
|
||||
app.use(helmet.xframe());
|
||||
/*
|
||||
app.use(function(req, res, next) {
|
||||
res.header('Access-Control-Allow-Origin', '*');
|
||||
res.header('Access-Control-Allow-Headers',
|
||||
@ -123,7 +122,6 @@ app.use(function(req, res, next) {
|
||||
);
|
||||
next();
|
||||
});
|
||||
*/
|
||||
|
||||
var trusted = [
|
||||
"'self'",
|
||||
|
Reference in New Issue
Block a user