From 8c254ee6806847c5d0a6c764731249f3655548a2 Mon Sep 17 00:00:00 2001 From: Mustafa Acer Date: Thu, 14 Dec 2023 10:30:43 -0800 Subject: [PATCH] Remove the note for the upgrade step --- fetch.bs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fetch.bs b/fetch.bs index 15fa740ec..69b425b64 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4586,13 +4586,7 @@ steps:
  • Upgrade request to a potentially trustworthy URL, if appropriate. -

  • -

    Optionally, run upgrade an HTTP request algorithm on request. - -

    HTTPS upgrading only applies to requests with HTTP(S) schemes, but it's done - in main fetch instead of HTTP fetch to ensure that - upgrade a mixed content request to a potentially trustworthy URL, if appropriate - step runs next and applies to the upgraded request. +

  • Optionally, run upgrade an HTTP request algorithm on request.

  • Upgrade a mixed content request to a potentially trustworthy URL, if appropriate.