aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/dnt.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/middlewares/dnt.ts')
-rw-r--r--server/middlewares/dnt.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/dnt.ts b/server/middlewares/dnt.ts
index cabad39c6..607def855 100644
--- a/server/middlewares/dnt.ts
+++ b/server/middlewares/dnt.ts
@@ -10,4 +10,4 @@ const advertiseDoNotTrack = (_, res, next) => {
10 10
11export { 11export {
12 advertiseDoNotTrack 12 advertiseDoNotTrack
13 } 13}