Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(qwik-city): Accept the sameSite to the options of cookie deletion #5921

Merged
merged 5 commits into from
Mar 2, 2024

Conversation

genki
Copy link
Contributor

@genki genki commented Mar 1, 2024

Overview

Some browsers (ex Firefox) show warnings when the cookie deletion if it has no sameSite field.

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests / types / typos

Description

So I made the options of the cookie deletion to accept the sameSite.

Use cases and why

We couldn't add the sameSite field to when deleting cookie, now we can.

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • Added new tests to cover the fix / functionality

Copy link

netlify bot commented Mar 1, 2024

👷 Deploy request for qwik-insights pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 82b9752

@genki genki changed the title fix(qwik-city) Accept the sameSite to the options of cookie deletion fix(qwik-city): Accept the sameSite to the options of cookie deletion Mar 1, 2024
@wmertens wmertens merged commit eed0a59 into QwikDev:main Mar 2, 2024
22 checks passed
@wmertens
Copy link
Member

wmertens commented Mar 2, 2024

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants