This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://fetch.spec.whatwg.org/#fetching # url's scheme is not one of "http" and "https" # A network error. Why are we disallowing support for things like FTP?
They are only disallowed if request's mode is CORS, as CORS is an HTTP protocol.
Oh, I see. I didn't realise that "tainted cross-origin" was the default.