Skip to content

Commit

Permalink
fix: fix the iOS browser cookie lost issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolusian committed Nov 3, 2020
1 parent b922698 commit dd0fa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/cookie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getCookieOption = ({
httpOnly,
secure: req.protocol === 'https',
domain,
sameSite: isLocalDev ? undefined : 'strict',
// sameSite: isLocalDev ? undefined : 'strict',
} as CookieOptions
}

Expand Down

0 comments on commit dd0fa3c

Please sign in to comment.