dnt.ts 207 B

12345678910
  1. const advertiseDoNotTrack = (_, res, next) => {
  2. res.setHeader('Tk', 'N')
  3. return next()
  4. }
  5. // ---------------------------------------------------------------------------
  6. export {
  7. advertiseDoNotTrack
  8. }