Blame view

node_modules/ienoopen/index.js 153 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
  module.exports = function ienoopen () {
    return function ienoopen (req, res, next) {
      res.setHeader('X-Download-Options', 'noopen')
      next()
    }
  }