Skip to content

Fix the identified issue#23

Merged
kentcdodds merged 1 commit intomainfrom
cursor/fix-the-identified-issue-bd88
Jul 3, 2025
Merged

Fix the identified issue#23
kentcdodds merged 1 commit intomainfrom
cursor/fix-the-identified-issue-bd88

Conversation

@kentcdodds
Copy link
Member

Add SameSite=Lax to permanent cookies to resolve Firefox hydration errors.

The permanent cookies (with Max-Age=31536000) were missing the SameSite attribute, which caused hydration errors in Firefox-based browsers. Adding SameSite=Lax aligns with existing temporary cookie implementations and modern browser security standards, providing CSRF protection while allowing normal functionality.

Co-authored-by: me <me@kentcdodds.com>
@kentcdodds kentcdodds merged commit 2a4e223 into main Jul 3, 2025
4 checks passed
@kentcdodds kentcdodds deleted the cursor/fix-the-identified-issue-bd88 branch July 3, 2025 22:34
@github-actions
Copy link

github-actions bot commented Jul 3, 2025

🎉 This PR is included in version 1.3.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants