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
bug #42253 [Form] Do not fix URL protocol for relative URLs (bogkonstantin)
This PR was merged into the 4.4 branch.
Discussion
----------
[Form] Do not fix URL protocol for relative URLs
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Tickets | Fix#42329
| Deprecations? | no
| License | MIT
Example when it doesn't work correctly:
/relative/path
The data will be changed to "http:///relative/path" (3 slashes)
Commits
-------
415dc19 [Form] Do not fix URL protocol for relative URLs
0 commit comments