Skip to content

Commit

Permalink
feat: enable sameSite:none for iframed staging environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Apr 1, 2022
1 parent 90d877b commit 5c8a521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export function configure(app: express.Application) {
CookieSession({
name: 'fileset.session',
keys: [sessionSecret],
sameSite: 'none',
})
);
app.use(passport.initialize());
Expand Down

0 comments on commit 5c8a521

Please sign in to comment.