index.js 156 Bytes edit raw blame history 1 2 3 4 5 6 module.exports = function nosniff () { return function nosniff (req, res, next) { res.setHeader('X-Content-Type-Options', 'nosniff') next() } }