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 issue is proposing a change to the way the file protocol is handled. As file URLs cannot have username/password/port the state machine will not allow changing the scheme of an URL to file if it contains credentials or a non-null port.
The text was updated successfully, but these errors were encountered:
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".
Refs: whatwg/url#269Fixes: nodejs#11785
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".
Refs: whatwg/url#269Fixes: nodejs#11785
PR-URL: nodejs#11887
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Since file URLs can not have `username/password/port`,
the specification was updated to restrict setting protocol to "file".
Refs: whatwg/url#269Fixes: #11785
PR-URL: #11887
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Refs: whatwg/url#259
This issue is proposing a change to the way the file protocol is handled. As file URLs cannot have username/password/port the state machine will not allow changing the scheme of an URL to file if it contains credentials or a non-null port.
The text was updated successfully, but these errors were encountered: