- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 04 Aug 2020 01:48:55 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 August 2020 08:49:08 UTC
If I look at how https://fetch.spec.whatwg.org/#concept-http-network-fetch sets it, what really matters is the scheme. If the scheme is not "https", it's equal to "none". Otherwise it could be "deprecated" or "modern". It doesn't seem to account at all for `http://localhost/` and friends. Maybe it should, but that would be a separate normative change with tests we cannot really write using web-platform-tests... -- 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/issues/1062#issuecomment-668469840
Received on Tuesday, 4 August 2020 08:49:08 UTC