Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
NGPixel
2017-10-15 17:13:35 -04:00
53 changed files with 1142 additions and 125 deletions

View File

@@ -24,5 +24,8 @@ module.exports = function (req, res, next) {
// -> Disable IE Compatibility Mode
res.set('X-UA-Compatible', 'IE=edge')
// -> Disables referrer header when navigating to a different origin
res.set('Referrer-Policy', 'same-origin')
return next()
}