We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d25f6 commit 58b3e21Copy full SHA for 58b3e21
fetch.bs
@@ -4527,6 +4527,10 @@ steps:
4527
4528
<li><p>Optionally, run <a>upgrade an HTTP request</a> algorithm on <var>request</var>, if appropriate</a>.
4529
4530
+ <p class="note">HTTPS upgrading only applies to requests with <a>HTTP(S) scheme</a>s, but it's done
4531
+ in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content</a>
4532
+ step runs next and applies to the upgraded request.</p>
4533
+
4534
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
4535
4536
<li><p>If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a>,
0 commit comments