Skip to content

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

Merged
kimlisa merged 1 commit intobranch/v13from
lisa/v13/fix-app-redirection
Feb 12, 2024
Merged

[v13] Fix app redirection loop on browser's incognito mode and 3rd party cookie block#37698
kimlisa merged 1 commit intobranch/v13from
lisa/v13/fix-app-redirection

Conversation

@kimlisa
Copy link
Copy Markdown
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
@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.

3 participants