You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[WebProfilerBundle] Fix intercept external redirects
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | ~
| License | MIT
When intercepting a redirect to an external host the current output gives:
> This request redirects to **http://current-host.orghttp://target-host.org/**
With this PR, it fixes it too:
> This request redirects to **http://target-host.org/**
We could eventually get rid of the first part of the condition, WDYT?
Commits
-------
4ffadec [WebProfilerBundle] Fix intercept external redirects
0 commit comments