We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207ea9e commit a9e09a3Copy full SHA for a9e09a3
server/index.ts
@@ -69,7 +69,7 @@ app.use(compression())
69
app.disable('x-powered-by')
70
71
app.use((_, res, next) => {
72
- helmet(res)
+ helmet(res, { general: { referrerPolicy: false } })
73
next()
74
})
75
0 commit comments