Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
update samesite for express cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlaney committed Aug 19, 2020
1 parent bdb094a commit 7357e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/app.es6
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ app.use(
cookie: {
secure: true,
httpOnly: true,
domain
domain,
sameSite: 'none'
}
})
);
Expand Down

0 comments on commit 7357e2d

Please sign in to comment.