- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 10 Feb 2021 01:07:34 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1166@github.com>
Any fetching of ftp: URLs will now result in a network error. This also removes network scheme in favor of using HTTP(S) scheme exclusively. Closes #1009. <!-- Thank you for contributing to the Fetch Standard! Please describe the change you are making and complete the checklist below if your change is not editorial. --> - [x] At least two implementers are interested (and none opposed): * Chrome * Firefox - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * https://github.com/web-platform-tests/wpt/issues/17836 (wontfix) - [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: * Chrome: … * Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1574475 * Safari: … (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1166 -- Commit Summary -- * Remove FTP support -- File Changes -- M fetch.bs (46) -- Patch Links -- https://github.com/whatwg/fetch/pull/1166.patch https://github.com/whatwg/fetch/pull/1166.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1166
Received on Wednesday, 10 February 2021 09:07:57 UTC