fix: eslint error

This commit is contained in:
Nicolas Giard 2017-10-14 14:32:57 -04:00
parent 1266e1f02b
commit f0722cfddf

View File

@ -25,7 +25,7 @@ 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')