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

[v13] Fix app redirection loop on browser's incognito mode and 3rd party cookie block #37698

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

kimlisa
Copy link
Contributor

@kimlisa kimlisa commented Feb 2, 2024

backport #30321 to branch/v13

manual because some changes in newer branches were not backported to branch/v13 notably the withCustomCors middleware wrapper for app handlers (which basically moves the serveHTTP logic into its own function (withCustomCors)

tested with and without fix, with chrome and incognito chrome (cookies are blocked by default in incognito):

image

i also tested with the legacy AppLauncher component to make sure the previous handlers still worked

Changelog: Fixed app redirection loop on browser's incognito mode and 3rd party cookie block

@kimlisa kimlisa added this pull request to the merge queue Feb 12, 2024
Merged via the queue into branch/v13 with commit 2cba1a4 Feb 12, 2024
32 of 34 checks passed
@kimlisa kimlisa deleted the lisa/v13/fix-app-redirection branch February 12, 2024 17:31
@camscale camscale mentioned this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants