Skip to content

Commit 65f77f1

Browse files
committed
Merge branch 'httpsupgrades' of https://github.com/carlosjoan91/fetch into httpsupgrades
2 parents d250e64 + 58b3e21 commit 65f77f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4528,6 +4528,10 @@ steps:
45284528

45294529
<li><p>Optionally, run <a>upgrade an HTTP request</a> algorithm on <var>request</var>, if appropriate</a>.
45304530

4531+
<p class="note">HTTPS upgrading only applies to requests with <a>HTTP(S) scheme</a>s, but it's done
4532+
in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content</a>
4533+
step runs next and applies to the upgraded request.</p>
4534+
45314535
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
45324536

45334537
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a>,

0 commit comments

Comments
 (0)