-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Report: top-level warn if initialUrl and finalUrl are different #1917
Comments
brendankenny
changed the title
Report: warn if initialUrl and finalUrl are different origins
Report: top-level warn if initialUrl and finalUrl are different origins
Mar 27, 2017
HTTP -> HTTPS redirects should get this warning too (#2397) |
I'm not sure we need to have different warnings if just the origin changes. Let's do just a generic warning if requested !== final. |
connorjclark
changed the title
Report: top-level warn if initialUrl and finalUrl are different origins
Report: top-level warn if initialUrl and finalUrl are different
Dec 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to figure out some way of notifying the user if the
finalUrl
ended up on a different origin than theinitialUrl
. Mainly for the CLI and WPT cases where users can put in a URL. For the CRX / DT, users typically end up on the final URL before testing.Separating this out from #715. @brendankenny said:
The text was updated successfully, but these errors were encountered: