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: use SameSite=None and Secure attributes for cookie deletions #3638

Merged

Conversation

vladm9800
Copy link
Contributor

@vladm9800 vladm9800 commented Feb 6, 2024

Description

Changes proposed in this pull request:

  • Added setting SameSite=None; Secure attributes for cookies when we overwrite them for deletion.

Related issue(s)

Fixes #3636

Signed-off-by: Uladzislau Mazhanau <vmazhanov@mail.ru>
@ndricimrr ndricimrr changed the title fix: use SameSite=None and Secure attributes for cookie deletions Fix: use SameSite=None and Secure attributes for cookie deletions Feb 12, 2024
@vladm9800 vladm9800 requested a review from ndricimrr February 13, 2024 13:05
@ndricimrr ndricimrr merged commit db8beca into SAP:main Feb 13, 2024
@ndricimrr
Copy link
Contributor

Thanks for your contribution @vladm9800 !
This will be part of the next release.

@vladm9800 vladm9800 deleted the 3636-fix-use-samesite-none-cookie-deletions branch February 13, 2024 14:43
@JohannesDoberer JohannesDoberer added the enhancement New feature or request label Feb 13, 2024
@JohannesDoberer JohannesDoberer mentioned this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SameSite and Secure attributes for cookie deletions
3 participants