Skip to content

Commit 5c8a521

Browse files
committed
feat: enable sameSite:none for iframed staging environments
1 parent 90d877b commit 5c8a521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webui.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export function configure(app: express.Application) {
181181
CookieSession({
182182
name: 'fileset.session',
183183
keys: [sessionSecret],
184+
sameSite: 'none',
184185
})
185186
);
186187
app.use(passport.initialize());

0 commit comments

Comments
 (0)