You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: default cookie sameSite to 'lax' instead of 'none'
sameSite: 'none' sends cookies on all cross-site requests, weakening
CSRF protection. Defaulting to 'lax' while allowing env override.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments