Assigned
Status Update
Comments
me...@google.com <me...@google.com> #2
Afaict way back in M117 this was changed in commit 54da0ed8798fba50742e799fc2edfcc31c39ce3d as part of bug 40177637 to now intentionally strip credentials from any protocol handler. The spec (https://html.spec.whatwg.org/multipage/system-state.html#protocol-handler-invocation ) also says to strip the username and password, so this seems to be working as intended?
me...@google.com <me...@google.com> #3
+visiedo to confirm that this is indeed the expected behavior
va...@chromium.org <va...@chromium.org> #4
i agree with the spec interpretation. i disagree with it, but Chromium following the spec means breaking existing URIs is WAI. i'll harass Asanka next time i see him in the office ;).
Description
people are reporting that the username is no longer being passed through (see
pretty sure this used to work, but i don't have a way of checking old Chrome versions to bisect it down.