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 a9e09a3 commit db540cbCopy full SHA for db540cb
server/index.ts
@@ -69,6 +69,7 @@ app.use(compression())
69
app.disable('x-powered-by')
70
71
app.use((_, res, next) => {
72
+ // The referrerPolicy breaks our redirectTo logic
73
helmet(res, { general: { referrerPolicy: false } })
74
next()
75
})
0 commit comments