Skip to content

Commit

Permalink
Fix redirect after Azure Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak authored and marosmars committed Jul 6, 2022
1 parent b33bed5 commit 3a6da8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ app.use(ExpressApplication.json({limit: process.env.TASK_PROXY_LIMIT ?? '50mb',
app.use(
helmet({
contentSecurityPolicy: false,
crossOriginOpenerPolicy: {
policy: 'unsafe-none',
}
})
);

Expand Down

0 comments on commit 3a6da8d

Please sign in to comment.