mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-02 05:19:17 -06:00
11 lines
207 B
TypeScript
11 lines
207 B
TypeScript
const advertiseDoNotTrack = (_, res, next) => {
|
|
res.setHeader('Tk', 'N')
|
|
return next()
|
|
}
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
export {
|
|
advertiseDoNotTrack
|
|
}
|