Allow urls with a blob scheme to pass validation in WASM (#12121)
commit3d64ae06188b77543a01c48aa486038d2e4ded42
authorLarry Ewing <lewing@microsoft.com>
Thu, 20 Dec 2018 12:14:39 +0000 (20 06:14 -0600)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 20 Dec 2018 12:14:39 +0000 (20 13:14 +0100)
tree9d4ad6bada85eceb3f3b478f3b43b390672ec534
parent6de9c370ec0e3b44df221421d43c1341fc129f0d
Allow urls with a blob scheme to pass validation in WASM (#12121)

Relax HttpMessageRequest url scheme validation for wasm so that urls with a blob scheme make it to the host backend. Fixes #11681

note: the browser tests fail when running chrome 71 in headless mode, they work in chrome 70 and 72
mcs/class/System.Net.Http/System.Net.Http/HttpRequestMessage.cs
sdks/wasm/tests/browser/HttpTestSuite.cs
sdks/wasm/tests/browser/http-spec.js