| Commit-Queue | +1 |
ptal. I verified that it worked beforehand with the & due to lenient parsing, but this is the correct structuring.
I will cherry-pick this after.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm, but please check my question in the bug. thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm, but please check my question in the bug. thanks!
Done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
media: Fix non-standard url parameter in provisioning
The url parameter was added via an ampersand, when the start of
parameters should actually include a question mark. This worked because
of lenient parsing, but should be fixed to match the standard, as the
question mark is recognized as the start of the query string by all
servers.
Tested manually with flag enabled to verify it worked.
Media.EME.MediaDrm.Provisioning returns success each time.
Media.EME.UrlProvisionFetcher.ResponseCode returns 200 each time.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |