re-add commented out master header section

This commit is contained in:
terakilobyte
2015-05-06 18:17:01 -04:00
parent 77a15ed591
commit ceb5c23be2

2
app.js
View File

@ -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'",