DescriptionFor media element fetches, remove user:pass components always.
The compatible behavior for media element fetches is to ignore any
authorization information embedded in the URL. Insist on that by removing
the user and password components before starting the fetch.
Not doing so currently asserts in DocumentThreadableLoader::loadRequest(),
which expects that portion of the URL to have been processed already,
and removed. Satisfy that expectation here.
R=japhet@chromium.org,acolwell@chromium.org,philipj@opera.com
BUG=357269
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174248
Patch Set 1 #
Total comments: 6
Patch Set 2 : Improve comment #
Messages
Total messages: 13 (0 generated)
|