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(network): disallow intercepting redirects #2617

Merged
merged 1 commit into from
Jun 19, 2020
Merged

fix(network): disallow intercepting redirects #2617

merged 1 commit into from
Jun 19, 2020

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jun 18, 2020

WebKit and Firefox are only able to continue redirects.
Firefox is faking it on the backend, so you can't even stall it.

Instead, we just do not fire routes for redirects on all browsers and avoid surprises.

WebKit and Firefox are only able to continue redirects.
Firefox is faking it on the backend, so you can't even stall it.

Instead, we just do not fire routes for redirects on all browsers,
to avoid surprises.
@dgozman dgozman merged commit d0336ea into microsoft:master Jun 19, 2020
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.

2 participants