Skip to content

Commit

Permalink
Merge branch 'master' into 2306-redesign-vuln-details-page-overview-s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
ValeriaReveles authored Nov 1, 2023
2 parents 43b0543 + 1dd4ace commit 94b45ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/hooks/usePersistentState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const usePersistentState = <T extends any = any>(
if (key === 'token') {
cookies.set('crossfeed-token', state, {
domain: process.env.REACT_APP_COOKIE_DOMAIN,
sameSite: 'strict',
secure: true
});
}
Expand Down

0 comments on commit 94b45ac

Please sign in to comment.